Skip to content

Commit

Permalink
Merge pull request #87 from Songmu/tagpr-from-v0.1.3
Browse files Browse the repository at this point in the history
Release for v0.2.0
  • Loading branch information
Songmu authored Sep 6, 2022
2 parents fabae17 + 5ba00e0 commit 441691f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [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

## [v0.1.3](https://github.com/Songmu/tagpr/compare/v0.1.2...v0.1.3) - 2022-09-05
- Fix a typo by @nghialv in https://github.com/Songmu/tagpr/pull/84

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.1.3"
default: "v0.2.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.1.3"
const version = "0.2.0"

var revision = "HEAD"

0 comments on commit 441691f

Please sign in to comment.