Skip to content

Commit 72db4c2

Browse files
author
Carlos Chao
committed
chore: update release configurations
1 parent 6f5e32a commit 72db4c2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.releaserc.mjs

+4-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ export default {
1212
"@semantic-release/commit-analyzer",
1313
"@semantic-release/release-notes-generator",
1414
"@semantic-release/npm",
15-
"@semantic-release/git",
16-
],
15+
["@semantic-release/git", {
16+
"message": "chore(release): ${nextRelease.version} [skip ci]"
17+
}]
18+
]
1719
};

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"lint-staged": {
5656
"*./src/{tsx,ts,js}": "eslint --cache --fix",
5757
"*./src/**/*": "prettier --write",
58-
"*": "git add ."
58+
"*": "git add"
5959
},
6060
"config": {
6161
"commitizen": {

0 commit comments

Comments
 (0)