mantisbt:release_process
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| mantisbt:release_process [2025/12/29 19:15] – [Repository Preparation] dregad | mantisbt:release_process [2026/05/14 10:36] (current) – [Source Forge] Use $USER for source forge username dregad | ||
|---|---|---|---|
| Line 99: | Line 99: | ||
| sed -r -i "/ | sed -r -i "/ | ||
| </ | </ | ||
| - | * Commit the changes. | + | * Commit the changes |
| + | git commit -a -m "Bump version to $VERSION" | ||
| + | </ | ||
| Line 108: | Line 110: | ||
| $ git checkout master-M.N | $ git checkout master-M.N | ||
| $ git tag -s release-$VERSION -m " | $ git tag -s release-$VERSION -m " | ||
| - | </ | + | </ |
| + | If this fails, see below for [[# | ||
| + | </ | ||
| * For **development releases** (e.g. alpha, beta, release candidates) < | * For **development releases** (e.g. alpha, beta, release candidates) < | ||
| $ git checkout master | $ git checkout master | ||
| Line 126: | Line 130: | ||
| - | **Troubleshooting failure to sign tags** | + | ==== Troubleshooting failure to sign tags ==== |
| Signing the tag fails if GIT cannot map the user with the gpg key, as in the example below < | Signing the tag fails if GIT cannot map the user with the gpg key, as in the example below < | ||
| Line 149: | Line 153: | ||
| ===== Packaging the Release ===== | ===== Packaging the Release ===== | ||
| + | |||
| + | Create a temporary directory to store the release files | ||
| + | |||
| + | < | ||
| + | RELEASE_FILES=/ | ||
| + | mkdir $RELEASE_FILES | ||
| + | </ | ||
| Generate release tarballs using the '' | Generate release tarballs using the '' | ||
| < | < | ||
| - | $ /build/ | + | build/ |
| </ | </ | ||
| - | This will create the following files in the '' | + | This will create the following files in the '' |
| * a //.zip// and //.tar.gz// tarball of the release | * a //.zip// and //.tar.gz// tarball of the release | ||
| Line 273: | Line 284: | ||
| </ | </ | ||
| * manually via SourceForge' | * manually via SourceForge' | ||
| - | * with rsync (//USERNAME// is your SourceForge user ID) < | + | * with rsync (//$USER// is your SourceForge user ID) < |
| - | $ rsync -vP --rsh=ssh | + | $ rsync -vP --rsh=ssh |
| </ | </ | ||
| * Download the release off SF.net and verify correctness. | * Download the release off SF.net and verify correctness. | ||
| Line 283: | Line 294: | ||
| ==== Notifications ==== | ==== Notifications ==== | ||
| - | * Blog: Post an announcement | + | * [[https:// |
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| + | * [[https:// | ||
| The notifications below require accounts that only vboctor has access to... | The notifications below require accounts that only vboctor has access to... | ||
mantisbt/release_process.1767053702.txt.gz · Last modified: by dregad
