Skip to content

Commit

Permalink
Update parse-changelog to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jul 22, 2021
1 parent ccef5d5 commit de872c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com

## [Unreleased]

- Update `parse-changelog` to 0.4.1. This includes a bug fix and performance improvements.

## [1.2.0] - 2021-07-20

- [Add `branch` input option to reject releases from commits not contained in specified branches](https://github.com/taiki-e/create-gh-release-action/pull/7)
Expand Down
2 changes: 1 addition & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -euo pipefail
IFS=$'\n\t'

parse_changelog_tag="v0.3.0"
parse_changelog_tag="v0.4.1"

error() {
echo "::error::$*"
Expand Down

0 comments on commit de872c7

Please sign in to comment.