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

Jump to navigation Jump to search
m
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
Confirmed users
514

edits

Navigation menu