Skip to content

Commit

Permalink
Merge pull request #169 from coingaming/revert-changelog
Browse files Browse the repository at this point in the history
Revert: automatic changelog update on new release
  • Loading branch information
Pavan Varma authored Oct 1, 2021
2 parents 77acf6d + 363c446 commit b6f0160
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
run: |
npm install -g \
semantic-release@18.0.0 \
@semantic-release/git@10.0.0 \
@semantic-release/changelog@6.0.0 \
conventional-changelog-conventionalcommits@4.6.1
- name: Run Sematic Release
Expand Down
11 changes: 0 additions & 11 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,6 @@
"@semantic-release/release-notes-generator",
{ "preset": "conventionalcommits" }
],
[
"@semantic-release/changelog",
{ "changelogFile": "CHANGELOG.md" }
],
[
"@semantic-release/git",
{
"assets": ["CHANGELOG.md"],
"message": "chore(release ${nextRelease.version}): update changelog"
}
],
[
"@semantic-release/github",
{ "addReleases": true }
Expand Down

0 comments on commit b6f0160

Please sign in to comment.