Skip to content

Commit 545f13e

Browse files
committed
fix: perform semrel steps in correct order
1 parent bf3b726 commit 545f13e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.releaserc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"verifyConditions": ["@semantic-release/changelog", "@semantic-release/github"],
44
"debug": true,
55
"prepare": [
6-
"@semantic-release/changelog",
7-
"@semantic-release/git",
86
{
97
"path": "@semantic-release/exec",
108
"cmd": "bumpversion --current-version ${lastRelease.version} --new-version ${nextRelease.version} patch"
11-
}
9+
},
10+
"@semantic-release/changelog",
11+
"@semantic-release/git"
1212
],
1313
"publish": [
1414
{

0 commit comments

Comments
 (0)