File tree 4 files changed +18
-9
lines changed
4 files changed +18
-9
lines changed Original file line number Diff line number Diff line change @@ -11,18 +11,18 @@ Resolves #ISSUE_NUMBER
11
11
### Before the change?
12
12
<!-- Please describe the current behavior that you are modifying. -->
13
13
14
- *
14
+ *
15
15
16
16
### After the change?
17
17
<!-- Please describe the behavior or changes that are being added by this PR. -->
18
18
19
- *
19
+ *
20
20
21
21
22
22
### Other information
23
23
<!-- Any other information that is important to this PR -->
24
24
25
- *
25
+ *
26
26
27
27
----
28
28
@@ -36,20 +36,20 @@ Resolves #ISSUE_NUMBER
36
36
### Does this introduce a breaking change?
37
37
<!-- If this introduces a breaking change make sure to note it here any what the impact might be -->
38
38
39
- Please see our docs on [ breaking changes] ( https://github.com/octokit/.github/blob/master /community/breaking_changes.md ) to help!
39
+ Please see our docs on [ breaking changes] ( https://github.com/octokit/.github/blob/main /community/breaking_changes.md ) to help!
40
40
41
41
- [ ] Yes (Please add the ` Type: Breaking change ` label)
42
42
- [ ] No
43
43
44
- If ` Yes ` , what's the impact:
44
+ If ` Yes ` , what's the impact:
45
45
46
46
* N/A
47
47
48
48
49
49
### Pull request type
50
50
51
- <!-- Please do not submit updates to dependencies unless it fixes an issue. -->
52
- <!-- Please try to limit your pull request to one type, submit multiple pull requests if needed. -->
51
+ <!-- Please do not submit updates to dependencies unless it fixes an issue. -->
52
+ <!-- Please try to limit your pull request to one type, submit multiple pull requests if needed. -->
53
53
54
54
Please add the corresponding label for change this PR introduces:
55
55
- Bugfix: ` Type: Bug `
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Release
2
2
" on " :
3
3
push :
4
4
branches :
5
- - master
5
+ - main
6
6
- next
7
7
- beta
8
8
- " *.x"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Test
2
2
" on " :
3
3
push :
4
4
branches :
5
- - master
5
+ - main
6
6
pull_request :
7
7
types :
8
8
- opened
Original file line number Diff line number Diff line change 52
52
}
53
53
},
54
54
"release" : {
55
+ "branches" : [
56
+ " +([0-9]).x" ,
57
+ " main" ,
58
+ " next" ,
59
+ {
60
+ "name" : " beta" ,
61
+ "prerelease" : true
62
+ }
63
+ ],
55
64
"plugins" : [
56
65
" @semantic-release/commit-analyzer" ,
57
66
" @semantic-release/release-notes-generator" ,
You can’t perform that action at this time.
0 commit comments