From c6383ab512b33ad839ed26a2fc7ef43c2bc3b60d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 01:23:18 +0900 Subject: [PATCH] Release for v0.15.1 (#249) * [tagpr] prepare for the next release * [tagpr] update CHANGELOG.md --------- Co-authored-by: github-actions[bot] --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b81c6d4..675fbad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [v0.15.1](https://github.com/go-to-k/lamver/compare/v0.15.0...v0.15.1) - 2024-08-23 +- ci: change token for tagpr by @go-to-k in https://github.com/go-to-k/lamver/pull/248 + ## [v0.15.0](https://github.com/go-to-k/lamver/compare/v0.14.2...v0.15.0) - 2024-08-23 - ci: tweak for pr-lint by @go-to-k in https://github.com/go-to-k/lamver/pull/237 - ci: Manage labels in PR lint by @go-to-k in https://github.com/go-to-k/lamver/pull/239