8000 ci(semantic): put configuration under releases key · Rookie-M/react-sortablejs@fa0dd1e · GitHub
[go: up one dir, main page]

Skip to content

Commit fa0dd1e

Browse files
committed
ci(semantic): put configuration under releases key
1 parent 8f7c460 commit fa0dd1e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"build:rollup": " rollup --config config/rollup.config.js",
2222
"build:tsc": "ts-node config/move-files.ts"
2323
},
24+
"release": {
2425
"plugins": [
2526
"@semantic-release/commit-analyzer",
2627
"@semantic-release/release-notes-generator",
@@ -45,7 +46,8 @@
4546
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
4647
}
4748
]
48-
],
49+
]
50+
},
4951
"husky": {
5052
"hooks": {
5153
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",

0 commit comments

Comments
 (0)
0