Skip to content

Commit

Permalink
Merge pull request #90 from Songmu/tagpr-from-v0.2.0
Browse files Browse the repository at this point in the history
Release for v0.3.0
  • Loading branch information
Songmu authored Sep 17, 2022
2 parents 7b29c14 + 7ee6896 commit 66cbbda
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [v0.3.0](https://github.com/Songmu/tagpr/compare/v0.2.0...v0.3.0) - 2022-09-17
- add convention labels from labels of existing pull requests by @Songmu in https://github.com/Songmu/tagpr/pull/93
- refine around type config by @Songmu in https://github.com/Songmu/tagpr/pull/94
- add tagpr.release setting to adjust creating GitHub Release behavior by @Songmu in https://github.com/Songmu/tagpr/pull/95
- true/false/draft for tapgr.release config by @Songmu in https://github.com/Songmu/tagpr/pull/96
- GitHub Actions friendly outputs by @Songmu in https://github.com/Songmu/tagpr/pull/97

## [v0.2.0](https://github.com/Songmu/tagpr/compare/v0.1.3...v0.2.0) - 2022-09-06
- feat: Add flag to turn on or off creating/modifying CHANGELOG.md by @siketyan in https://github.com/Songmu/tagpr/pull/86

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inputs:
version:
description: "A version to install tagpr"
required: false
default: "v0.2.0"
default: "v0.3.0"
runs:
using: "composite"
steps:
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package tagpr

const version = "0.2.0"
const version = "0.3.0"

var revision = "HEAD"

0 comments on commit 66cbbda

Please sign in to comment.