Labs/Jetpack/FlightDeck/Code Workflow/Management Commands: Difference between revisions

Jump to navigation Jump to search
m
Line 66: Line 66:
   git tag -a 1.0a3
   git tag -a 1.0a3
Push the changes to main repository
Push the changes to main repository
   git push main production
   git push main production --tags
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
Confirmed users
514

edits

Navigation menu