File tree 6 files changed +10669
-2266
lines changed
6 files changed +10669
-2266
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- name : Auto Release
1
+ name : Semantic Release
2
2
3
3
on :
4
4
push :
9
9
release :
10
10
runs-on : ubuntu-latest
11
11
permissions :
12
- contents : write
12
+ contents : write
13
+ issues : write
14
+ pull-requests : write
13
15
steps :
14
16
- name : Checkout Repository
15
17
uses : actions/checkout@v3
@@ -20,15 +22,10 @@ jobs:
20
22
node-version : 18
21
23
22
24
- name : Install Dependencies
23
- run : npm i --ignore-scripts
25
+ run : npm ci
24
26
27
+ - name : Run Semantic Release
28
+ run : npx semantic-release
25
29
26
- - name : Generate Changelog
27
- run : npx conventional-changelog -p angular -i CHANGELOG.md -s
28
-
29
- - name : Create Release
30
- uses : softprops/action-gh-release@v1
31
- with :
32
- files : CHANGELOG.md
33
- env :
34
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
30
+ env :
31
+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 2
2
.vscode
3
3
dist
4
4
node_modules
5
- CHANGELOG.md
You can’t perform that action at this time.
0 commit comments