diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:24:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:24:33 +0000 |
commit | 7a19c99f661602b67db95fd1d8aca5fe3a387441 (patch) | |
tree | 215ff04ec522779fa83acf394d296c2356c6b382 /maint/README | |
parent | Initial commit. (diff) | |
download | pciutils-upstream/1%3.9.0.tar.xz pciutils-upstream/1%3.9.0.zip |
Adding upstream version 1:3.9.0.upstream/1%3.9.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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..b1ab665 --- /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 + +Update progs/pciutils at Jabberwock. + +Check that everything was pushed to both kernel.org and github.com. |