Skip to content

Commit

Permalink
udates version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
CSchoel committed May 25, 2021
1 parent 45c496f commit 9a86e9b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 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.2.0
- uses: CSchoel/release-notes-from-changelog@v0.2.1
- 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.2.0
- uses: CSchoel/release-notes-from-changelog@v0.2.1
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.2.0
- uses: CSchoel/release-notes-from-changelog@v0.2.1
with:
version: 0.1.5
begin-pattern: '/^### Fixed/'
Expand Down
21 changes: 14 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Added

[nothing]
nothing

### Changed

[nothing]
nothing

### Fixed

[nothing]
nothing

## [0.2.1]

### Added

* parameter `link-pattern` that allows to extract footnote-style link for version from changelog

### Changed

* changelog now also contains links that allow to compare versions on github

## [0.2.0]

Expand All @@ -26,10 +36,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* 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 Expand Up @@ -101,6 +107,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).


[Unreleased]: https://github.com/CSchoel/release-notes-from-changelog/compare/v0.2.0..HEAD
[0.2.1]: https://github.com/CSchoel/release-notes-from-changelog/compare/v0.2.0..v0.2.1
[0.2.0]: https://github.com/CSchoel/release-notes-from-changelog/compare/v0.1.9..v0.2.0
[0.1.9]: https://github.com/CSchoel/release-notes-from-changelog/compare/v0.1.8..v0.1.9
[0.1.8]: https://github.com/CSchoel/release-notes-from-changelog/compare/v0.1.7..v0.1.8
Expand Down

0 comments on commit 9a86e9b

Please sign in to comment.