Skip to content

Commit ef864c8

Browse files
release trigger
Signed-off-by: Michée Lengronne <michee.lengronne@coppint.com>
1 parent 723ec9b commit ef864c8

2 files changed

Lines changed: 7 additions & 29 deletions

File tree

.github/workflows/changelog.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
uses: charmixer/auto-changelog-action@8095796
2929
with:
3030
token: ${{ secrets.GITHUB_TOKEN }}
31-
since_tag: ${{ steps.previoustag.outputs.tag }}
3231
future_release: ${{ steps.version.outputs.next-version }}
3332

3433
- name: update inspec.yml
@@ -47,6 +46,13 @@ jobs:
4746
name: dev-sec CI
4847
email: hello@dev-sec.io
4948

49+
- name: Generate changelog for the release
50+
uses: charmixer/auto-changelog-action@8095796
51+
with:
52+
token: ${{ secrets.GITHUB_TOKEN }}
53+
since_tag: ${{ steps.previoustag.outputs.tag }}
54+
future_release: ${{ steps.version.outputs.next-version }}
55+
5056
- name: Read CHANGELOG.md
5157
id: package
5258
uses: juliangruber/read-file-action@v1

0 commit comments

Comments
 (0)