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
mantisbt:release_process [2025/12/15 07:48] – [Repository Preparation] sed command to update version in OpenAPI documentation dregadmantisbt:release_process [2025/12/15 07:48] (current) – [Repository Preparation] Improve sed command to update MANTIS_VERSION dregad
Line 94: Line 94:
   * 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>
mantisbt/release_process.txt · Last modified: by dregad

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