User Tools

  • Logged in as: anonymous (anonymous)
  • Log Out

Site Tools


mantisbt:release_process

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mantisbt:release_process [2025/12/15 07:48] – [Repository Preparation] Improve sed command to update MANTIS_VERSION dregadmantisbt:release_process [2025/12/29 21:02] (current) – [Notifications] link to blog, forums dregad
Line 82: Line 82:
  
   * Remove references to any debug statements    * Remove references to any debug statements 
-  * Update //CREDITS// file.+  * Update **//CREDITS// file**.
     * Run the script to update the Contributors' list <code>     * Run the script to update the Contributors' list <code>
 $ update-credits.sh $ update-credits.sh
Line 92: Line 92:
     * Run the script again after fixing the //.mailmap// file     * Run the script again after fixing the //.mailmap// file
     * 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 +  * Update the **version number** 
     * in //core/constant_inc.php//<code>     * in //core/constant_inc.php//<code>
 sed -r -i "/MANTIS_VERSION/s/[0-9]+\.[0-9]+\.[0-9+](-[^']+)?/$VERSION/" core/constant_inc.php sed -r -i "/MANTIS_VERSION/s/[0-9]+\.[0-9]+\.[0-9+](-[^']+)?/$VERSION/" core/constant_inc.php
 </code> </code>
     * in REST API OpenAPI documentation <code>     * in REST API OpenAPI documentation <code>
-sed -r -i "/version:/s/[0-9]+\.[0-9]+\.[0-9+](-.*)?/$VERSION/p" api/rest/mantisbt_openapi.yaml+sed -r -i "/version:/s/[0-9]+\.[0-9]+\.[0-9+](-.*)?/$VERSION/" api/rest/mantisbt_openapi.yaml
 </code> </code>
   * Commit the changes.   * Commit the changes.
Line 283: Line 283:
 ==== Notifications ==== ==== Notifications ====
  
-  * Blog: Post an announcement+  * [[https://mantisbt.org/blog/|Blog]]: Post an announcement
   * [[https://matrix.to/#/#mantisbt_mantisbt:gitter.im|Gitter]]: Post an announcement   * [[https://matrix.to/#/#mantisbt_mantisbt:gitter.im|Gitter]]: Post an announcement
   * [[https://phpc.social/@mantisbt|Mastodon]]: Post an announcement   * [[https://phpc.social/@mantisbt|Mastodon]]: Post an announcement
 +  * [[https://mantisbt.org/forums/viewforum.php?f=5|Forums]]: Post in the //Announcements// section
  
 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.1765802933.txt.gz · Last modified: by dregad

CC Attribution-Noncommercial-Share Alike 4.0 International Driven by DokuWiki