Skip to content

Commit 15a1bde

Browse files
committed
chore: change release strategy
1 parent 5d120b1 commit 15a1bde

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/dotnet-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- master
7-
- release
7+
- next
88

99
jobs:
1010
test:

.releaserc.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
{
22
"branches": [
3-
"release",
3+
"master",
44
{
5-
"name": "master",
5+
"name": "next",
66
"prerelease": "prerelease"
77
}
88
],
9-
"plugins": [
10-
"@semantic-release/commit-analyzer",
11-
"@semantic-release/release-notes-generator",
12-
"@semantic-release/github"
13-
],
9+
"plugins": ["@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/github"],
1410
"prepare": [
1511
[
1612
"@semantic-release/exec",

0 commit comments

Comments
 (0)