From 35ccbcabc0c45f33941a7f8d9e87685c39b6e091 Mon Sep 17 00:00:00 2001 From: Neru Bot <49277953+nerubot@users.noreply.github.com> Date: Mon, 1 Apr 2024 18:37:56 +0900 Subject: [PATCH] chore(main): release renovate-config 5.2.1 (#2403) Co-authored-by: release-please-for-inabagumi[bot] <152678184+release-please-for-inabagumi[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b5e915730..684bdbed9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.2.0" + ".": "5.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 82665aca7..b58fe617c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [5.2.1](https://github.com/inabagumi/renovate-config/compare/renovate-config-v5.2.0...renovate-config-v5.2.1) (2024-04-01) + + +### Bug Fixes + +* **release-please:** change secret env key prefix to `RELEASE_PLEASE_` ([#3617](https://github.com/inabagumi/renovate-config/issues/3617)) ([1fab76d](https://github.com/inabagumi/renovate-config/commit/1fab76da76773d6ee93caba820deb05556384fe6)) +* **release-please:** fix secret name ([#3612](https://github.com/inabagumi/renovate-config/issues/3612)) ([7d6febc](https://github.com/inabagumi/renovate-config/commit/7d6febc8d5b5837287a096b595ac32ec9c31a9bd)) +* **release-please:** remove legacy property ([#3613](https://github.com/inabagumi/renovate-config/issues/3613)) ([2b4fc2f](https://github.com/inabagumi/renovate-config/commit/2b4fc2f4159d19ab9540fa118370c6867878b9c7)) + ## [5.2.0](https://github.com/inabagumi/renovate-config/compare/v5.1.2...v5.2.0) (2022-02-19) diff --git a/package.json b/package.json index e37bb74da..0b7aff961 100644 --- a/package.json +++ b/package.json @@ -23,5 +23,5 @@ "format-check": "prettier --check .", "test": "renovate-config-validator" }, - "version": "5.2.0" + "version": "5.2.1" }