Skip to content

Commit

Permalink
ci: configure semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
maui-r committed Sep 29, 2022
1 parent 1169aa6 commit e4e8aed
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .releaserc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
branches: ['main']
plugins: ['@semantic-release/commit-analyzer', '@semantic-release/release-notes-generator', '@semantic-release/changelog', '@semantic-release/github']
60 changes: 60 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@semantic-release/changelog": "^6.0.1",
"cz-conventional-changelog": "^3.3.0",
"husky": "^8.0.1",
"semantic-release": "^19.0.5"
Expand Down

0 comments on commit e4e8aed

Please sign in to comment.