diff options
Diffstat (limited to '')
-rw-r--r-- | maint/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/maint/README b/maint/README new file mode 100644 index 0000000..89f3555 --- /dev/null +++ b/maint/README @@ -0,0 +1,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. |