File tree Expand file tree Collapse file tree 4 files changed +31
-11
lines changed Expand file tree Collapse file tree 4 files changed +31
-11
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ updates:
1313 - " tiagobcx"
1414
1515 - package-ecosystem : " github-actions"
16- # Workflow files stored in the
17- # default location of `.github/workflows`
1816 directory : " /"
1917 schedule :
2018 interval : " daily"
Original file line number Diff line number Diff line change 1+ # .github/release.yml
2+
3+ changelog :
4+ exclude :
5+ labels :
6+ - ignore
7+ categories :
8+ - title : Bug Fixes 🐛
9+ labels :
10+ - bug
11+ - bugs
12+ - fix
13+ - fixes
14+ - title : New Features 🚀
15+ labels :
16+ - feature
17+ - features
18+ - title : Checkmarx One SDK Updates 🛠
19+ labels :
20+ - cxone
21+ - title : Other Changes
22+ labels :
23+ - " *"
24+ exclude :
25+ labels :
26+ - dependencies
Original file line number Diff line number Diff line change @@ -107,13 +107,9 @@ jobs:
107107
108108 # CREATE RELEASE
109109 - name : Create Release
110- id : create_release
111- uses : actions/create-release@v1
112- env :
113- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
110+ uses : softprops/action-gh-release@v1
114111 with :
112+ name : ${{env.TAG_NAME}}
115113 tag_name : ${{env.TAG_NAME}}
116- release_name : Release ${{env.TAG_NAME}}
117- body : ${{ steps.Changelog.outputs.changelog }}
118- draft : false
119- prerelease : ${{ inputs.dev }}
114+ generate_release_notes : true
115+ prerelease : ${{ inputs.dev }}
Original file line number Diff line number Diff line change 4040 Auto-generated by [create-pull-request][2]
4141
4242 [1]: https://github.com/Checkmarx/checkmarx-ast-cli
43- labels : dependencies, automated pr
43+ labels : cxone
4444 branch : feature/update_cli
You can’t perform that action at this time.
0 commit comments