Skip to content

Commit 2ffb5de

Browse files
authored
Merge pull request #73 from Songmu/tagpr-from-v0.0.14
Release for v0.0.15
2 parents 1eed4f4 + 2b1c13f commit 2ffb5de

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [v0.0.15](https://github.com/Songmu/tagpr/compare/v0.0.14...v0.0.15) - 2022-08-31
4+
- enhance docs by @Songmu in https://github.com/Songmu/tagpr/pull/72
5+
- adjust template args by @Songmu in https://github.com/Songmu/tagpr/pull/74
6+
- introduce github.com/Songmu/gh2changelog by @Songmu in https://github.com/Songmu/tagpr/pull/75
7+
38
## [v0.0.14](https://github.com/Songmu/tagpr/compare/v0.0.13...v0.0.14) - 2022-08-28
49
- fix version file detection in releasing by @Songmu in https://github.com/Songmu/tagpr/pull/70
510

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
version:
55
description: "A version to install tagpr"
66
required: false
7-
default: "v0.0.14"
7+
default: "v0.0.15"
88
runs:
99
using: "composite"
1010
steps:

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package tagpr
22

3-
const version = "0.0.14"
3+
const version = "0.0.15"
44

55
var revision = "HEAD"

0 commit comments

Comments
 (0)