Skip to content

Commit 1e82d0e

Browse files
committed
ci: Fix release config
1 parent b56482d commit 1e82d0e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.releaserc.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,16 @@
1010
"@semantic-release/commit-analyzer",
1111
"@semantic-release/release-notes-generator",
1212
["@semantic-release/npm", {
13-
"npmPublish": true
13+
"npmPublish": true,
14+
"tag": "next"
1415
}],
1516
["@semantic-release/exec", {
1617
"prepareCmd": "node update-version.js ${nextRelease.version}"
1718
}],
1819
["@semantic-release/git", {
1920
"assets": ["package.json", "src/version.ts"],
20-
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
21+
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
22+
"pushTo": ["origin ${branch.name}"]
2123
}],
2224
["@semantic-release/github", {
2325
"labels": ["release-candidate"],

0 commit comments

Comments
 (0)