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 25, 2021
1 parent 56f092d commit 194d4be
Show file tree
Hide file tree
Showing 3 changed files with 13 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 @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: CSchoel/release-notes-from-changelog@v0.1.8
- uses: CSchoel/release-notes-from-changelog@v0.1.9
- uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: CSchoel/release-notes-from-changelog@v0.1.8
- uses: CSchoel/release-notes-from-changelog@v0.1.9
with:
version: 0.1.0
end-pattern: 'and \`RELEASE_HEAD.md\`'
Expand All @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: CSchoel/release-notes-from-changelog@v0.1.8
- uses: CSchoel/release-notes-from-changelog@v0.1.9
with:
version: 0.1.5
start-pattern: '^### Fixed'
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

[nothing]

## [0.1.9]

### Added

* input variable `chop` to control how many lines are removed from the end of the matching part of `CHANGELOG.md`

### Changed

* the variables `startPattern` and `endPattern` are now called `start-pattern` and `end-pattern` instead

## [0.1.8]

### Fixed
Expand Down

0 comments on commit 194d4be

Please sign in to comment.