Skip to content

Commit f23045b

Browse files
committed
ci: activate release candidates
1 parent b8754dd commit f23045b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- rc
67
jobs:
78
release:
89
name: Release

.releaserc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
2-
"branches": ["main"],
2+
"branches": [
3+
"main",
4+
{ "name": "rc", "prerelease": true }
5+
],
36
"plugins": [
47
"@semantic-release/commit-analyzer",
58
"@semantic-release/release-notes-generator",

0 commit comments

Comments
 (0)