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/15 07:05] – [Repository Preparation] .mailmap changes detection performed by update-credits.sh dregad | mantisbt:release_process [2025/12/29 21:02] (current) – [Notifications] link to blog, forums dregad | ||
|---|---|---|---|
| Line 45: | Line 45: | ||
| ==== Localization ==== | ==== Localization ==== | ||
| + | |||
| + | <WRAP tip right 50%> | ||
| + | Translation updates are regularly committed to the //master// branch by an automated process. | ||
| + | Contact the [[https:// | ||
| + | </ | ||
| * Post on the [[mantisbt-lang@lists.sourceforge.net|Localization mailing list]] to request translation updates from contributors | * Post on the [[mantisbt-lang@lists.sourceforge.net|Localization mailing list]] to request translation updates from contributors | ||
| - | * Run / | + | * Run /// |
| Line 66: | Line 71: | ||
| ===== Preparing the Release ===== | ===== Preparing the Release ===== | ||
| - | ==== Localization | + | ==== Define VERSION environment variable |
| - | * Contact the [[http:// | + | This will be used by several commands later in this section. |
| + | |||
| + | < | ||
| + | $ VERSION=M.N.P | ||
| + | </ | ||
| ==== Repository Preparation ==== | ==== Repository Preparation ==== | ||
| * Remove references to any debug statements | * Remove references to any debug statements | ||
| - | * Update CREDITS file. | + | * Update |
| - | * Run the script to update the Contributor's list < | + | * Run the script to update the Contributors' list < |
| $ update-credits.sh | $ update-credits.sh | ||
| </ | </ | ||
| Line 83: | Line 92: | ||
| * Run the script again after fixing the // | * Run the script again after fixing the // | ||
| * If needed, make any additional changes to the CREDITS file manually | * If needed, make any additional changes to the CREDITS file manually | ||
| - | * Update the version number in core/ | + | * Update the **version number** |
| + | * in //core/ | ||
| + | sed -r -i "/ | ||
| + | </ | ||
| + | * in REST API OpenAPI documentation < | ||
| + | sed -r -i "/ | ||
| + | </ | ||
| * Commit the changes. | * Commit the changes. | ||
| - | |||
| Line 93: | Line 107: | ||
| * For **stable releases** < | * For **stable releases** < | ||
| $ git checkout master-M.N | $ git checkout master-M.N | ||
| - | $ VERSION=M.N.P | ||
| $ git tag -s release-$VERSION -m " | $ git tag -s release-$VERSION -m " | ||
| </ | </ | ||
| Line 270: | Line 283: | ||
| ==== 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.1765800333.txt.gz · Last modified: by dregad
