Project

General

Profile

Release Workflow » History » Revision 6

Revision 5 (Alexander Watzinger, 2024-07-15 14:47) → Revision 6/8 (Alexander Watzinger, 2024-07-15 14:47)

h1. Release Workflow 


 **TO-DO**  
 Discuss with others that main should be the release branch. 

 * Remove open tickets 
 * Close Redmine Version and add a release date 
 * In the repository: 

 <pre><code class="shell"> 
 git checkout main 
 git merge develop 
 git tag 0.3.0 
 git push --tags 
 </code></pre>