File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed
Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Create Release PR
2+ on :
3+ push :
4+ branches : [ release-test ]
5+
6+ jobs :
7+ release :
8+ runs-on : ubuntu-latest
9+ steps :
10+ - uses : actions/checkout@v3
11+ with :
12+ fetch-depth : 0
13+
14+ - name : Create Pull Request
15+ uses : peter-evans/create-pull-request@v5
16+ with :
17+ title : ' chore: Create new release'
18+ base : release
19+ body : ' Automated PR from dev to release'
20+
21+ - name : Semantic Release
22+ uses : cycjimmy/semantic-release-action@v4
23+ with :
24+ branch : release
25+ env :
26+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1+ {
2+ "branches" : [" release" ],
3+ "plugins" : [
4+ " @semantic-release/commit-analyzer" ,
5+ " @semantic-release/release-notes-generator" ,
6+ " @semantic-release/github"
7+ ]
8+ }
You can’t perform that action at this time.
0 commit comments