From 07aab2ac96b823cc3f1d98a3487610586782904f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 11 Nov 2023 13:50:00 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- action.yml | 2 +- version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index ac64178..ad197bb 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ description: setup blogsync to publish to Hatena Blog inputs: version: description: "A version to install blogsync" - default: "v0.19.0" + default: "v0.20.0" required: false runs: using: 'composite' diff --git a/version.go b/version.go index 169ce3e..25063cd 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package main -const version = "0.19.0" +const version = "0.20.0" var revision = "HEAD" From b6534246bdc9c5995e5c5ea67a840bd7f45f9836 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 11 Nov 2023 13:50:00 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c371b1..56c17d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v0.20.0](https://github.com/x-motemen/blogsync/compare/v0.19.0...v0.20.0) - 2023-11-11 +- define func entryFromFile by @Songmu in https://github.com/x-motemen/blogsync/pull/136 +- [nit] enhance testing by @Songmu in https://github.com/x-motemen/blogsync/pull/141 +- use flag-name instead of job-number for goveralls by @Songmu in https://github.com/x-motemen/blogsync/pull/142 +- add C option to change working directory by @Songmu in https://github.com/x-motemen/blogsync/pull/143 + ## [v0.19.0](https://github.com/x-motemen/blogsync/compare/v0.18.2...v0.19.0) - 2023-11-04 - define func *blogConfig.fetchRootURL by @Songmu in https://github.com/x-motemen/blogsync/pull/125 - update README.md by @Songmu in https://github.com/x-motemen/blogsync/pull/131