Skip to content

Commit

Permalink
More release fixes (#10)
Browse files Browse the repository at this point in the history
* Fixing step id (again)

* Bumps version numbers and readmes

* Remove if in step
  • Loading branch information
dangoslen authored Jul 10, 2020
1 parent c8ba916 commit 2017094
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.read_version.outputs.version }}
release_name: Changelog Enforcer ${{ steps.tag_name.outputs.version }}
release_name: Changelog Enforcer ${{ steps.read_version.outputs.version }}
body: ${{ steps.changelog_reader.outputs.log_entry }}
draft: false
prerelease: false
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [v1.1.1]
### Fixes
- Referencing proper step id in workflow for creating releases

## [v1.1.0]
### Added
- Using [Changelog Reader](https://github.com/marketplace/actions/changelog-reader) to automate creating GitHub Releases from this `CHANGELOG.md`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: dangoslen/changelog-enforcer@v1.0.0
- uses: dangoslen/changelog-enforcer@v1.1.1
with:
changeLogPath: 'CHANGELOG.md'
skipLabel: 'Skip-Changelog'
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.1.0
v1.1.1

0 comments on commit 2017094

Please sign in to comment.