From 5d57412b15a45778d4f91d34493f3805c65885bb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 15 Apr 2023 14:10:35 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- .github/release.yml | 4 ++++ version/version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..b0c5175 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,4 @@ +changelog: + exclude: + labels: + - tagpr diff --git a/version/version.go b/version/version.go index 876c4b6..735b86f 100644 --- a/version/version.go +++ b/version/version.go @@ -1,3 +1,3 @@ package version -var Version = "0.0.3" +var Version = "0.0.4" From fab502ed7c9d346f695519158cb4ab2283a552fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 15 Apr 2023 14:10:36 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9d0fa9d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +## [v0.0.4](https://github.com/daku10/go-lz-string/compare/v0.0.3...v0.0.4) - 2023-04-15 +- Introduce tagpr by @daku10 in https://github.com/daku10/go-lz-string/pull/12 +- Fix readme by @daku10 in https://github.com/daku10/go-lz-string/pull/14 + +## [v0.0.3](https://github.com/daku10/go-lz-string/compare/v0.0.2...v0.0.3) - 2023-04-05 +- Bump actions/setup-go from 3 to 4 by @dependabot in https://github.com/daku10/go-lz-string/pull/1 +- fix workflow by @daku10 in https://github.com/daku10/go-lz-string/pull/4 +- Bump github.com/spf13/cobra from 1.4.0 to 1.6.1 by @dependabot in https://github.com/daku10/go-lz-string/pull/2 +- replace testify by @daku10 in https://github.com/daku10/go-lz-string/pull/5 +- Fix lint by @daku10 in https://github.com/daku10/go-lz-string/pull/6 +- remove ioutil by @daku10 in https://github.com/daku10/go-lz-string/pull/7 +- fix workflow by @daku10 in https://github.com/daku10/go-lz-string/pull/9 +- fix typo by @daku10 in https://github.com/daku10/go-lz-string/pull/8 +- Fuzzing test by @daku10 in https://github.com/daku10/go-lz-string/pull/10 + +## [v0.0.2](https://github.com/daku10/go-lz-string/compare/v0.0.1...v0.0.2) - 2022-06-19 + +## [v0.0.1](https://github.com/daku10/go-lz-string/commits/v0.0.1) - 2022-03-29