From 5505bec44c37cd8a727f246a5a9d30a3cdbe59d8 Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Sat, 14 Feb 2026 09:34:51 +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 remove_ssh_key parameter to workflows configuration - enhance security settings for release process Signed-off-by: Jeremiah Russell --- .circleci/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/release.yml b/.circleci/release.yml index e76e5b2..d26db80 100644 --- a/.circleci/release.yml +++ b/.circleci/release.yml @@ -733,3 +733,4 @@ workflows: when_cargo_release: false when_use_workspace: false pcu_update_prlog: true + remove_ssh_key: false From 3df38b3989aa4b09d0d6fe9c625fe04474e37b67 Mon Sep 17 00:00:00 2001 From: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> Date: Sat, 14 Feb 2026 09:39:08 +0000 Subject: [PATCH 2/2] chore: update prlog for pr Signed-off-by: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> --- PRLOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/PRLOG.md b/PRLOG.md index ab21f9b..dd33a5d 100644 --- a/PRLOG.md +++ b/PRLOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Changed + +- 👷 ci(circleci)-update release workflow configuration(pr [#163]) + ## [0.1.3] - 2026-02-14 ### Changed @@ -470,6 +476,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#160]: https://github.com/jerus-org/cull-gmail/pull/160 [#161]: https://github.com/jerus-org/cull-gmail/pull/161 [#162]: https://github.com/jerus-org/cull-gmail/pull/162 +[#163]: https://github.com/jerus-org/cull-gmail/pull/163 +[Unreleased]: https://github.com/jerus-org/cull-gmail/compare/v0.1.3...HEAD [0.1.3]: https://github.com/jerus-org/cull-gmail/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/jerus-org/cull-gmail/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/jerus-org/cull-gmail/compare/v0.1.0...v0.1.1