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

Commit a7f542c

Browse files
authored
fix(ci): fix release branch config and move to package.json (#508)
1 parent 2a15b3b commit a7f542c

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,17 @@
5151
"hooks": {
5252
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
5353
}
54+
},
55+
"release": {
56+
"branches": [
57+
"main"
58+
],
59+
"plugins": [
60+
"@semantic-release/commit-analyzer",
61+
"@semantic-release/release-notes-generator",
62+
"@semantic-release/npm",
63+
"@semantic-release/github"
64+
],
65+
"preset": "conventionalcommits"
5466
}
5567
}

release.config.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)