Skip to content

Commit

Permalink
prepares v1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
CSchoel committed May 25, 2021
1 parent 9a86e9b commit f1eae4b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 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.1
- uses: CSchoel/release-notes-from-changelog@v1
- 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.1
- uses: CSchoel/release-notes-from-changelog@v1
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.1
- uses: CSchoel/release-notes-from-changelog@v1
with:
version: 0.1.5
begin-pattern: '/^### Fixed/'
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ nothing

nothing

## [1.0.0] - 2021-05-25

### Changed

* adds shorthand tag v1 for use in GitHub action workflows
* otherwise same as 0.2.1

## [0.2.1]

### Added
Expand Down Expand Up @@ -106,7 +113,8 @@ nothing
* changelog, readme and `RELEASE_HEAD.md`


[Unreleased]: https://github.com/CSchoel/release-notes-from-changelog/compare/v0.2.0..HEAD
[Unreleased]: https://github.com/CSchoel/release-notes-from-changelog/compare/v1.0.0..HEAD
[1.0.0]: https://github.com/CSchoel/release-notes-from-changelog/compare/v0.2.1..v1.0.0
[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
Expand Down

0 comments on commit f1eae4b

Please sign in to comment.