Skip to content

Commit 5822e50

Browse files
committed
docs: update RELEASE_PROCESS.md to push the release tag as late as possible
In order to help reduce confusion by those who closely follow the libseccomp repository on GitHub, push new release tags as late in the release process as possible. Reviewed-by: Tom Hromatka <tom.hromatka@oracle.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
1 parent de60727 commit 5822e50

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

doc/admin/RELEASE_PROCESS.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,9 @@ release.
6262

6363
#### 11. Update the version number in configure.ac AC_INIT(...) macro
6464

65-
#### 12. Tag the release in the repository with a signed tag
65+
#### 12. Tag the release in the local repository with a signed tag
6666

6767
# git tag -s -m "version X.Y.Z" vX.Y.Z
68-
# git push <repo> vX.Y.Z
6968

7069
#### 13. Build final release tarball
7170

@@ -89,14 +88,18 @@ release.
8988
# gpg --armor --detach-sign libseccomp-X.Y.Z.tar.gz
9089
# gpg --clearsign libseccomp-X.Y.Z.tar.gz.SHA256SUM
9190

92-
#### 17. Create a new GitHub release using the associated tag; added the relevant section from the CHANGELOG file, and upload the following files
91+
#### 17. Push the release tag to the main GitHub repository
92+
93+
# git push <repo> vX.Y.Z
94+
95+
#### 18. Create a new GitHub release using the associated tag; added the relevant section from the CHANGELOG file, and upload the following files
9396

9497
* libseccomp-X.Y.Z.tar.gz
9598
* libseccomp-X.Y.Z.tar.gz.asc
9699
* libseccomp-X.Y.Z.tar.gz.SHA256SUM
97100
* libseccomp-X.Y.Z.tar.gz.SHA256SUM.asc
98101

99-
#### 18. Update the GitHub release notes for older releases which are now unsupported
102+
#### 19. Update the GitHub release notes for older releases which are now unsupported
100103

101104
The following Markdown text is suggested at the top of the release note, see old GitHub releases for examples.
102105

0 commit comments

Comments
 (0)