Skip to content

Commit

Permalink
fix: changelog issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-1979 committed Sep 15, 2024
1 parent 8739826 commit 1baff81
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 22 deletions.
7 changes: 6 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
"branches": ["main"],
"repositoryUrl": "https://github.com/polkagate/extension.git",
"plugins": [
"@semantic-release/changelog",
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
["@semantic-release/changelog", {
"changelogFile": "CHANGELOG.md",
"changelogTitle": "# Change Log"
}],
"@semantic-release/git",
"@semantic-release/github"
]
Expand Down
19 changes: 0 additions & 19 deletions BOUNTIES.md

This file was deleted.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"lint": "polkadot-dev-run-lint",
"postinstall": "polkadot-dev-yarn-only",
"prepare": "husky",
"release": "semantic-release",
"start": "yarn watch",
"test": "polkadot-dev-run-test --silent --detectOpenHandles --testPathPattern=packages/extension-polkagate/src --maxWorkers=1",
"test:one": "polkadot-dev-run-test --detectOpenHandles",
Expand Down Expand Up @@ -94,7 +95,9 @@
"@commitlint/config-conventional": "^19.4.1",
"@polkadot/dev": "^0.79.3",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/release-notes-generator": "^14.0.1",
"@testing-library/react": "latest",
"@types/chance": "^1.1.6",
"@types/jest": "latest",
Expand Down
6 changes: 4 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3812,7 +3812,7 @@ __metadata:
languageName: node
linkType: hard

"@semantic-release/commit-analyzer@npm:^13.0.0-beta.1":
"@semantic-release/commit-analyzer@npm:^13.0.0, @semantic-release/commit-analyzer@npm:^13.0.0-beta.1":
version: 13.0.0
resolution: "@semantic-release/commit-analyzer@npm:13.0.0"
dependencies:
Expand Down Expand Up @@ -3911,7 +3911,7 @@ __metadata:
languageName: node
linkType: hard

"@semantic-release/release-notes-generator@npm:^14.0.0-beta.1":
"@semantic-release/release-notes-generator@npm:^14.0.0-beta.1, @semantic-release/release-notes-generator@npm:^14.0.1":
version: 14.0.1
resolution: "@semantic-release/release-notes-generator@npm:14.0.1"
dependencies:
Expand Down Expand Up @@ -17567,7 +17567,9 @@ __metadata:
"@polkadot/util-crypto": "npm:^12.6.2"
"@polkagate/apps-config": "npm:^0.140.3"
"@semantic-release/changelog": "npm:^6.0.3"
"@semantic-release/commit-analyzer": "npm:^13.0.0"
"@semantic-release/git": "npm:^10.0.1"
"@semantic-release/release-notes-generator": "npm:^14.0.1"
"@substrate/connect": "npm:^0.7.32"
"@testing-library/react": "npm:latest"
"@types/chance": "npm:^1.1.6"
Expand Down

0 comments on commit 1baff81

Please sign in to comment.