Skip to content

Commit 7d643e6

Browse files
update release and labeler
1 parent a082d11 commit 7d643e6

File tree

4 files changed

+31
-11
lines changed

4 files changed

+31
-11
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

.github/release.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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

.github/workflows/release.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff 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 }}

.github/workflows/update-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ jobs:
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

0 commit comments

Comments
 (0)