Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
fix(ci): fix release branch config and move to package.json (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmetral authored Sep 9, 2021
1 parent 2a15b3b commit a7f542c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,17 @@
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"release": {
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github"
],
"preset": "conventionalcommits"
}
}
9 changes: 0 additions & 9 deletions release.config.js

This file was deleted.

0 comments on commit a7f542c

Please sign in to comment.