Confirmed users
514
edits
m (→workflow) |
|||
| Line 63: | Line 63: | ||
Tag the version | Tag the version | ||
git tag -a 1.0a3 | git tag -a 1.0a3 | ||
Push the changes to main repository | |||
git push main production | |||
To keep the changes made in the release branch, we need to merge those back into master | To keep the changes made in the release branch, we need to merge those back into master | ||
git checkout master | git checkout master | ||