Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 2be32d9

Browse files
authored
ci: update .releaserc
1 parent 8809e0e commit 2be32d9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.releaserc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"branches": [
3-
"+([0-9])?(.{+([0-9]),x}).x",
43
"main",
54
{
65
"name": "beta",
@@ -16,7 +15,13 @@
1615
"preset": "conventionalcommits"
1716
}],
1817
"@semantic-release/release-notes-generator",
19-
"@semantic-release/github"
18+
"@semantic-release/github",
19+
[
20+
"@semantic-release/exec",
21+
{
22+
"successCmd": "echo \"git-tag=${nextRelease.gitTag}\" >> $GITHUB_OUTPUT"
23+
}
24+
]
2025
],
2126
"repositoryUrl": "https://github.com/virtool/virtool-core",
2227
"tagFormat": "${version}"

0 commit comments

Comments
 (0)