Skip to content

Commit

Permalink
updates changelog and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
CSchoel committed May 21, 2021
1 parent 797f75d commit b4716cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: CSchoel/release-notes-from-changelog@v0.1.4
- uses: CSchoel/release-notes-from-changelog@v0.1.5
- uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

[nothing]

## [0.1.5]

### Fixed

- bash if syntax was wrong (need `=` instead of `==` and quotes around variable)
- adds missing checkout action to test script

## [0.1.4]

### Fixed
Expand Down

0 comments on commit b4716cf

Please sign in to comment.