Skip to content

Commit

Permalink
Update temporary_branch_strategy.md
Browse files Browse the repository at this point in the history
  • Loading branch information
braddialpad authored Jul 11, 2023
1 parent 5a9ca3c commit 8bacdd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migration_guide/temporary_branch_strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Until we are done with the migrations, we must release all changes made on the `
2. release the staging-vue3 branch using our regular process.
3. either cherry-pick individual commits or merge staging into branch `dialtone8-vue3`.
4. in `dialtone8-vue3` branch run `npm run release`
5. checkout the `next-vue3` branch and merge `dialtone8-vue` branch via `git merge dialtone8-vue3 --ff-only`
5. checkout the `next-vue3` branch and merge `dialtone8-vue3` branch via `git merge dialtone8-vue3 --ff-only`
6. push the branch and the github action to deploy it will trigger

## External committers
Expand Down

0 comments on commit 8bacdd5

Please sign in to comment.