Skip to content

Commit c8a9d2e

Browse files
committed
ci(release): determine next version before the release
Refs #3687
1 parent 80eafd5 commit c8a9d2e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.releaserc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
"tagFormat": "v${version}",
77
"plugins": [
88
"@semantic-release/commit-analyzer",
9+
[
10+
"@semantic-release/exec",
11+
{
12+
"verifyReleaseCmd": "echo \"NEXT_RELEASE_VERSION=${nextRelease.version}\" >> $GITHUB_ENV"
13+
}
14+
],
915
"@semantic-release/release-notes-generator",
1016
"@semantic-release/npm",
1117
"@semantic-release/github",

0 commit comments

Comments
 (0)