Skip to content

Commit

Permalink
build(semantic-release): remove @semantic-release/git (#263)
Browse files Browse the repository at this point in the history
It's not working with the current GitHub branch protections. We'll still
get a GitHub Release but without any git commits pushed to the default
branch.
  • Loading branch information
jasonschroeder-sfdc committed Nov 17, 2022
1 parent 69d7244 commit 27eebff
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 22 deletions.
6 changes: 0 additions & 6 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ plugins:
- changelogTitle: "# Changelog\n\nAll notable changes to this project will be documented in this file."
- - '@semantic-release/exec'
- publishCmd: yarn lerna publish --no-git-tag-version --no-git-reset --no-push --yes --dist-tag=${nextRelease.channel} --exact ${nextRelease.version}
- - '@semantic-release/git'
- assets:
- 'CHANGELOG.md'
- 'package.json'
- 'packages/*/package.json'
- 'yarn.lock'
- '@semantic-release/github'

preset: conventionalcommits
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
"@commitlint/config-conventional": "17.2.0",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@tsconfig/node14": "1.0.3",
"@types/jest": "28.1.8",
"@types/node": "15.14.1",
Expand Down
16 changes: 1 addition & 15 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 27eebff

Please sign in to comment.