File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ git rebase -i develop
7777
7878Add you fixups and edit the first commit message in a way that it represents your PR intent (` chore: ` , ` fix: ` , ` feat: ` etc).
7979
80- Now you push your feature branch and create the PR
80+ Now you push your feature branch and create the PR against ` develop `
8181
8282```
8383git push --force-with-lease origin HEAD
@@ -90,4 +90,9 @@ git push origin <COMMIT_HASH>:develop
9090```
9191or use GitHub web interface and "SQUASH AND MERGE"
9292
93+ ## Release Workflow
94+
95+ To publish a new release open a PR from ` develop ` to ` main ` and wait for a review before merge.
96+
97+
9398
Original file line number Diff line number Diff line change 1515 },
1616 "devDependencies" : {
1717 "@semantic-release/changelog" : " ^6.0.3" ,
18- "@semantic-release/git" : " ^10.0.1" ,
1918 "@semantic-release/github" : " ^9.0.6" ,
2019 "conventional-changelog-cli" : " ^5.0.0" ,
2120 "conventional-changelog-conventionalcommits" : " ^9.1.0" ,
4443 }
4544 ],
4645 " @semantic-release/changelog" ,
47- " @semantic-release/git" ,
4846 " @semantic-release/github"
4947 ],
5048 "preset" : " conventionalcommits" ,
You can’t perform that action at this time.
0 commit comments