Updated Release Process (markdown)

Daniel Markstedt 2024-05-01 16:16:46 +09:00
parent 25aa6b576d
commit 7931bffe5e
1 changed files with 2 additions and 2 deletions

@ -91,8 +91,8 @@ git push origin develop
```
git checkout main
git pull
# Merge in the new tag
git merge v23.04.01
# Rebase main with the new tag
git rebase v23.04.01
# Check that there are no conflicts (there shouldn't be)
git status
git push origin main