Skip to content

Commit 90c0e89

Browse files
committed
Temporarily add test branch to release config
1 parent 95c259b commit 90c0e89

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.releaserc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"branches": ["main", "t/GX-2204/update-semantic-releaser-settings-for-trusted-publish"],
32
"plugins": [
43
"@semantic-release/commit-analyzer",
54
"@semantic-release/release-notes-generator",

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
},
4141
"release": {
4242
"branches": [
43-
"main"
43+
"main",
44+
"t/GX-2204/update-semantic-releaser-settings-for-trusted-publish"
4445
]
4546
},
4647
"repository": {

0 commit comments

Comments
 (0)