Actions
Release Workflow¶
- Remove open tickets
- Close Redmine Version and add a release date
- Update main, push changes, tag
git checkout develop
git pull origin develop
git checkout main
git merge develop
git push origin --all
git tag x.x.x
git push --tags
Updated by Alexander Watzinger 4 months ago · 8 revisions