Project

General

Profile

Release Workflow » History » Version 5

Alexander Watzinger, 2024-07-15 14:47

1 5
h1. Release Workflow
2
3
4
**TO-DO** 
5
Discuss with others that main should be the release branch.
6
7
* Remove open tickets
8
* Close Redmine Version and add a release date
9
* In the repository:
10
11
<pre><code class="shell">
12
git checkout main
13
git merge develop
14
git tag 0.3.0
15
git push --tags
16
</code></pre>