blob: 89f3555a9019e31422fa4323969938dd409021d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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
git push --tags
maint/release
maint/push-to-public
Update progs/pciutils at Jabberwock.
|