summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2021-05-29 07:09:07 +0200
committerDaiki Ueno <ueno@gnu.org>2021-05-29 08:37:55 +0200
commit96ca08ce9f620d0b610b1ba775837681581e3ef6 (patch)
tree39e2faca7529c9818d01c023dfce0bbba4fc43e1 /devel
parentc58e0c265d0fcbd61e651703da0875ad526cba98 (diff)
downloadgnutls-96ca08ce9f620d0b610b1ba775837681581e3ef6.tar.gz
release-steps: remove unnecessary steps
Signed-off-by: Daiki Ueno <ueno@gnu.org>
Diffstat (limited to 'devel')
-rw-r--r--devel/release-steps.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/devel/release-steps.md b/devel/release-steps.md
index 04e7b2dfa5..358f67a9f5 100644
--- a/devel/release-steps.md
+++ b/devel/release-steps.md
@@ -7,12 +7,10 @@
2. Update of release date in [NEWS](NEWS), and bump of version number in
[configure.ac](configure.ac) as well as soname numbers in [m4/hooks.m4](m4/hooks.m4).
3. make distcheck
- 4. git tag -s $(VERSION). The 3.6.12 was including both the 3.6.12 and
- gnutls_3_6_12 tags, but it may make sense to only use the version from
- now on.
- 5. git push && git push --tags
- 6. make dist && gpg --sign --detach gnutls-$(VERSION).tar.xz
- 7. scp gnutls-$(VERSION).tar.xz* ftp.gnupg.org:/home/ftp/gcrypt/gnutls/v3.6/
+ 4. git tag -s $VERSION
+ 5. git push && git push $VERSION
+ 6. gpg --detach-sign gnutls-$VERSION.tar.xz
+ 7. scp gnutls-$VERSION.tar.xz* ftp.gnupg.org:/home/ftp/gcrypt/gnutls/v$(expr $VERSION : '\([0-9]*\.[0-9]*\)')/
8. Create and send announcement email based on previously sent email to the list and
[NEWS](NEWS) file.
9. Create a NEWS entry at [web-pages repository](https://gitlab.com/gnutls/web-pages/-/tree/master/news-entries),