Skip to content

Commit baae5b3

Browse files
committed
move .releaserc into package.json
1 parent 2812517 commit baae5b3

File tree

2 files changed

+22
-19
lines changed

2 files changed

+22
-19
lines changed

.releaserc

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

package.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,5 +159,27 @@
159159
"module",
160160
"typescript"
161161
]
162+
},
163+
"release": {
164+
"branches": [
165+
"master"
166+
],
167+
"plugins": [
168+
"@semantic-release/commit-analyzer",
169+
"@semantic-release/release-notes-generator",
170+
"@semantic-release/changelog",
171+
"@semantic-release/npm",
172+
"@semantic-release/github",
173+
[
174+
"@semantic-release/git",
175+
{
176+
"assets": [
177+
"CHANGELOG.md",
178+
"package.json"
179+
],
180+
"message": "chore(release): ${nextRelease.version} [skip ci]"
181+
}
182+
]
183+
]
162184
}
163185
}

0 commit comments

Comments
 (0)