Skip to content

Commit 0827ecd

Browse files
author
Oliver Winter
committed
chore: move semantic release to production branch
1 parent 9f5f617 commit 0827ecd

File tree

3 files changed

+2
-3745
lines changed

3 files changed

+2
-3745
lines changed

.releaserc.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,13 @@
1111
],
1212
"@semantic-release/changelog",
1313
"@semantic-release/npm",
14+
"@semantic-release/github",
1415
[
1516
"@semantic-release/git",
1617
{
1718
"message": "chore(release): ${nextRelease.version} \n\n${nextRelease.notes}"
1819
}
1920
]
2021
],
21-
"branches": [
22-
{
23-
"name": "main"
24-
}
25-
]
22+
"branches": ["production"]
2623
}

0 commit comments

Comments
 (0)