Skip to content

Commit e9ac686

Browse files
darthkalidannysteinbrecher
andauthored
fix: frontend release tag (#49)
* fix: create and push frontend-prefixed version tags during release * fix: update changelog label to Changelog-Test in release configuration * fix: update tag format to include frontend prefix in release configuration --------- Co-authored-by: dannysteinbrecher <[email protected]>
1 parent 57f79bb commit e9ac686

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

frontend/.releaserc.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"branches": ["main"],
3+
"tagFormat": "frontend-v${version}",
34
"plugins": [
45
"@semantic-release/commit-analyzer",
56
"@semantic-release/release-notes-generator",
@@ -9,13 +10,6 @@
910
"changelogFile": "CHANGELOG.md"
1011
}
1112
],
12-
[
13-
"@semantic-release/npm",
14-
{
15-
"npmPublish": false,
16-
"updatePackageJson": false
17-
}
18-
],
1913
[
2014
"@semantic-release/github",
2115
{

0 commit comments

Comments
 (0)