Skip to content

Commit

Permalink
updates version number and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
CSchoel committed May 25, 2021
1 parent 8367add commit 70f35d1
Show file tree
Hide file tree
Showing 3 changed files with 14 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.9
- uses: CSchoel/release-notes-from-changelog@v0.2.0
- 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.9
- uses: CSchoel/release-notes-from-changelog@v0.2.0
with:
version: 0.1.0
end-pattern: '$'
Expand All @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: CSchoel/release-notes-from-changelog@v0.1.9
- uses: CSchoel/release-notes-from-changelog@v0.2.0
with:
version: 0.1.5
begin-pattern: '/^### Fixed/'
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

[nothing]

## [0.2.0]

### Changed

* renames `start-pattern` to `begin-pattern` for better naming consistency (begin/end instead of start/end)
* adds surrounding slashes to `begin-pattern` and `end-pattern`, so that other sed patterns like `$` can be used

### Fixed

[nothing]

## [0.1.9]

### Added
Expand Down

0 comments on commit 70f35d1

Please sign in to comment.