-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #167 from dev-sec/changelog_before
CHANGELOG for RELEASE done before the push to avoid breaking
- Loading branch information
Showing
1 changed file
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,14 @@ jobs: | |
token: ${{ secrets.GITHUB_TOKEN }} | ||
future_release: ${{ steps.version.outputs.next-version }} | ||
|
||
- name: Generate changelog for the release | ||
uses: charmixer/auto-changelog-action@8095796 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
since_tag: ${{ steps.previoustag.outputs.tag }} | ||
future_release: ${{ steps.version.outputs.next-version }} | ||
output: CHANGELOGRELEASE.md | ||
|
||
- name: update inspec.yml | ||
uses: mikefarah/[email protected] | ||
with: | ||
|
@@ -46,18 +54,11 @@ jobs: | |
name: dev-sec CI | ||
email: [email protected] | ||
|
||
- name: Generate changelog for the release | ||
uses: charmixer/auto-changelog-action@8095796 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
since_tag: ${{ steps.previoustag.outputs.tag }} | ||
future_release: ${{ steps.version.outputs.next-version }} | ||
|
||
- name: Read CHANGELOG.md | ||
id: package | ||
uses: juliangruber/read-file-action@v1 | ||
with: | ||
path: ./CHANGELOG.md | ||
path: ./CHANGELOGRELEASE.md | ||
|
||
- name: Create Release draft | ||
id: create_release | ||
|