File tree Expand file tree Collapse file tree 2 files changed +20
-5
lines changed Expand file tree Collapse file tree 2 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 88 - ' **.tf'
99 - ' **.tmpl'
1010 - ' !examples/**.tf'
11+ - ' .github/workflows/semantic-releaser.yml'
1112
1213jobs :
1314 release :
2324 - name : Setup Node.js
2425 uses : actions/setup-node@v2
2526 with :
26- node-version : 14
27+ node-version : 16
2728
2829 - name : Release
30+ uses : cycjimmy/semantic-release-action@v2
31+ with :
32+ semantic_version : 18.0.0
33+ extra_plugins : |
34+ 2935 env :
30- GITHUB_TOKEN : ${{ secrets.SEMANTIC_RELEASE }}
31- run : npx semantic-release
36+ GITHUB_TOKEN : ${{ secrets.SEMANTIC_RELEASE }}
Original file line number Diff line number Diff line change 33 " main"
44 ],
55 "plugins" : [
6- " @semantic-release/commit-analyzer" ,
7- " @semantic-release/release-notes-generator" ,
6+ [
7+ " @semantic-release/commit-analyzer" ,
8+ {
9+ "preset" : " conventionalcommits"
10+ }
11+ ],
12+ [
13+ " @semantic-release/release-notes-generator" ,
14+ {
15+ "preset" : " conventionalcommits"
16+ }
17+ ],
818 " @semantic-release/github"
919 ]
1020}
You can’t perform that action at this time.
0 commit comments