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 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