Skip to content

Commit b3afb30

Browse files
skunxicatgonzaru
andauthored
fix: fix missing protection rules on target branches (#11) (#13)
* fix: fix missing protection rules on target branches (#11) * ci: remove @semantic-release/git plugin --------- Co-authored-by: Ruben Gonzalez <neorubenx@gmail.com>
1 parent 3194c25 commit b3afb30

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ git rebase -i develop
7777

7878
Add 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
```
8383
git push --force-with-lease origin HEAD
@@ -90,4 +90,9 @@ git push origin <COMMIT_HASH>:develop
9090
```
9191
or 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

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
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",
@@ -44,7 +43,6 @@
4443
}
4544
],
4645
"@semantic-release/changelog",
47-
"@semantic-release/git",
4846
"@semantic-release/github"
4947
],
5048
"preset": "conventionalcommits",

0 commit comments

Comments
 (0)