diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:51:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:51:52 +0000 |
commit | 4ad94864781f48b1a4b77f9cfb934622bf756ba1 (patch) | |
tree | 3900955c1886e6d2570fea7125ee1f01bafe876d /CONTRIBUTING.md | |
parent | Adding upstream version 4.22.0. (diff) | |
download | manpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.tar.xz manpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.zip |
Adding upstream version 4.23.0.upstream/4.23.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 032814bf..38c1a38d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -243,13 +243,9 @@ grep '^##' CHANGES.md | head -n1 * Commit and push the changes. * Create the appropriate tag: -** In the web interface, click on Tags In the tag overview, click on 'New tag' -and fill with the new release number, let empty the field "create from master" -Message: Release XXX - ** In commandline: ~~~ -git tag -a -m 'Release 4.2.0' v4.2.0 +git tag -a -m 'Release 4.22.0' 4.22.0 ~~~ replace with the appropriate release number @@ -258,7 +254,12 @@ replace with the appropriate release number "-m " is the message you mentioned -"v4.2.0" is the tag name +"4.22.0" is the tag name + +* Push the tag: +~~~ +git push --tags +~~~ Once the pipline completed, do the release in the web interface under Deploy → Releases. Use the 'Release 4.21.0' and add the changelog |