File tree 3 files changed +9
-46
lines changed
3 files changed +9
-46
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ plugins:
9
9
- " @semantic-release/changelog"
10
10
- " @semantic-release/npm"
11
11
- - "@semantic-release/git"
12
- - message : " chore(release): ${nextRelease.version}\n\n ${nextRelease.notes}"
13
- assets :
12
+ - assets :
14
13
- CHANGELOG.md
15
14
- package.json
16
15
- package-lock.json
17
16
- - "@saithodev/semantic-release-backmerge"
18
- - branchName : next
17
+ - branches :
18
+ - { from: "master", to: "next" }
Original file line number Diff line number Diff line change 1
- name : Release
1
+ name : CI/CD
2
2
3
3
on :
4
4
push :
5
5
branches :
6
6
- " +([0-9])?(.{+([0-9]),x}).x"
7
7
- master
8
8
- next
9
+ pull_request :
10
+ branches :
11
+ - " +([0-9])?(.{+([0-9]),x}).x"
12
+ - next
9
13
10
14
jobs :
11
15
build :
45
49
release :
46
50
needs : test
47
51
runs-on : ubuntu-latest
52
+ if : github.event_name == 'push'
48
53
steps :
49
54
- uses : actions/checkout@v2
50
55
- uses : actions/cache@v2
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments