]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
doc/release: add step to push to release branch
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Tue, 15 Apr 2025 16:24:45 +0000 (21:54 +0530)
committerTom Hromatka <tom.hromatka@oracle.com>
Tue, 15 Apr 2025 22:24:53 +0000 (16:24 -0600)
Update the release process documentation to include the missing step for
pushing to the newly created release branch. Renumber subsequent steps
to reflect the correct order.

Suggested-by: Tom Hromatka <tom.hromatka@oracle.com>
Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
TJH: Added "If this is a new..." text

doc/internal/release-github.md

index ac0d50188d5322b35cea5b9da5c3518ecb9f9c58..ab077df41ecbb05547613c9508cf1422759ae1eb 100644 (file)
@@ -74,14 +74,18 @@ release.
 
        # git push <repo> vX.Y.Z
 
-#### 16. Create a new GitHub release using the associated tag and upload the following files
+#### 16. If this is a new major/minor release, push the release branch to the main GitHub repository
+
+    # git push <repo> release-X.Y
+
+#### 17. Create a new GitHub release using the associated tag and upload the following files
 
   * libcgroup-X.Y.Z.tar.gz
   * libcgroup-X.Y.Z.tar.gz.asc
   * libcgroup-X.Y.Z.tar.gz.SHA256SUM
   * libcgroup-X.Y.Z.tar.gz.SHA256SUM.asc
 
-#### 17. Update the GitHub release notes for older releases which are now unsupported
+#### 18. Update the GitHub release notes for older releases which are now unsupported
 
 The following Markdown text is suggested at the top of the release note, see old GitHub releases for examples.