Skip to content

Commit

Permalink
chore(ci): use semantic-release shareable config, noissue
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSwitch committed Feb 7, 2022
1 parent a5fd4ae commit bdc184f
Show file tree
Hide file tree
Showing 4 changed files with 826 additions and 1,424 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- checkout
- node/install-packages
- run: npm run semantic-release
- run: npx semantic-release

workflows:
build:
Expand Down
17 changes: 1 addition & 16 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
{
"branches": ["main"],
"prepare": [
"@semantic-release/changelog",
"@semantic-release/npm",
{
"path": "@semantic-release/git",
"assets": ["package.json", "CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github"
]
"extends": "@5app/semantic-release-config"
}
Loading

0 comments on commit bdc184f

Please sign in to comment.