Project

General

Profile

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 12 days ago · 8 revisions

Also available in: PDF HTML TXT