From be3407c9e9a642acf8ac1b112ac0bbf6f9ae680b Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Fri, 13 Feb 2026 22:10:32 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=A7=20chore(ci):=20add=20version?= =?UTF-8?q?=20argument=20to=20pcu=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - append VERSION environment variable to pcu command for consistent versioning in release process 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 b3b7cda..2a7439d 100644 --- a/.circleci/release.yml +++ b/.circleci/release.yml @@ -262,7 +262,7 @@ commands: pcu_args="$pcu_args --update-prlog" fi - pcu $pcu_args + pcu $pcu_args ${VERSION} # Build a release binary using cargo. # Requires VERSION environment variable (skips if "none"). From 31dc9b0e34bd907b9a1e1bed618ffc7c24c25923 Mon Sep 17 00:00:00 2001 From: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> Date: Fri, 13 Feb 2026 22:19:02 +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 4bb5a3d..981afd1 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 + +- 🔧 chore(ci)-add version argument to pcu command(pr [#160]) + ## [0.1.1] - 2026-02-13 ### Changed @@ -454,6 +460,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#157]: https://github.com/jerus-org/cull-gmail/pull/157 [#158]: https://github.com/jerus-org/cull-gmail/pull/158 [#159]: https://github.com/jerus-org/cull-gmail/pull/159 +[#160]: https://github.com/jerus-org/cull-gmail/pull/160 +[Unreleased]: https://github.com/jerus-org/cull-gmail/compare/v0.1.1...HEAD [0.1.1]: https://github.com/jerus-org/cull-gmail/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/jerus-org/cull-gmail/compare/v0.0.16...v0.1.0 [0.0.16]: https://github.com/jerus-org/cull-gmail/compare/v0.0.15...v0.0.16