File tree 1 file changed +16
-16
lines changed 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -10,19 +10,19 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
name : ' Bump version and create changelog with commitizen'
12
12
steps :
13
- - name : Check out
14
- uses : actions/checkout@v2
15
- with :
16
- fetch-depth : 0
17
- - name : Create bump and changelog
18
- uses : commitizen-tools/commitizen-action@master
19
- with :
20
- github_token : ${{ secrets.GITHUB_TOKEN }}
21
- changelog_increment_filename : body.md
22
- - name : Release
23
- uses : softprops/action-gh-release@v1
24
- with :
25
- body_path : " body.md"
26
- tag_name : ${{ env.REVISION }}
27
- env :
28
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
13
+ - name : Check out
14
+ uses : actions/checkout@v2
15
+ with :
16
+ fetch-depth : 0
17
+ - name : Create bump and changelog
18
+ uses : commitizen-tools/commitizen-action@master
19
+ with :
20
+ github_token : ${{ secrets.GITHUB_TOKEN }}
21
+ changelog_increment_filename : body.md
22
+ - name : Release
23
+ uses : softprops/action-gh-release@v1
24
+ with :
25
+ body_path : " body.md"
26
+ tag_name : ${{ env.REVISION }}
27
+ env :
28
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments