blob: 4028104536c882eb0be23210d9c29199b90f2941 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
How to release pciutils
~~~~~~~~~~~~~~~~~~~~~~~
(a couple of hints for the forgetful maintainer)
Update pci.ids.
Check version numbers in Makefile and lib/pci.h.
ssh-add ~/.ssh/id_korg
maint/tag-release vX.Y.Z
maint/push-to-public
maint/release
ssh jw 'cd web && bin/release-prog pciutils X.Y.Z'
|