From 06782b22c80b90e62eb08fb023057af06da667bb Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Fri, 13 Feb 2026 09:11:36 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=91=B7=20ci(circleci):=20update=20rel?= =?UTF-8?q?ease=20workflow=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - add default value for package parameter - remove package specification from release-crate job Signed-off-by: Jeremiah Russell --- .circleci/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/release.yml b/.circleci/release.yml index 0129799..93d8405 100644 --- a/.circleci/release.yml +++ b/.circleci/release.yml @@ -526,6 +526,7 @@ jobs: parameters: package: type: string + default: "" executor: name: toolkit/rust_env_rolling steps: @@ -702,7 +703,6 @@ workflows: - release-crate: name: release-cull-gmail requires: [approve-release] - package: cull-gmail context: - release - bot-check From 09e874d05b68f7c9c26bd6aa07793b14cd5f862a Mon Sep 17 00:00:00 2001 From: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> Date: Fri, 13 Feb 2026 09:13:51 +0000 Subject: [PATCH 2/2] chore: update prlog for pr Signed-off-by: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> --- PRLOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PRLOG.md b/PRLOG.md index 2acbce3..c39e309 100644 --- a/PRLOG.md +++ b/PRLOG.md @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 🔧 chore(dependencies)-clap test and tidy ups(pr [#114]) - ci-enable update_pcu in label job to test fix(pr [#135]) - 👷 ci(circleci)-add release configuration for automated deployment(pr [#154]) +- 👷 ci(circleci)-update release workflow configuration(pr [#155]) ### Fixed @@ -439,6 +440,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#152]: https://github.com/jerus-org/cull-gmail/pull/152 [#153]: https://github.com/jerus-org/cull-gmail/pull/153 [#154]: https://github.com/jerus-org/cull-gmail/pull/154 +[#155]: https://github.com/jerus-org/cull-gmail/pull/155 [Unreleased]: https://github.com/jerus-org/cull-gmail/compare/v0.0.16...HEAD [0.0.16]: https://github.com/jerus-org/cull-gmail/compare/v0.0.15...v0.0.16 [0.0.15]: https://github.com/jerus-org/cull-gmail/compare/v0.0.14...v0.0.15