From c62fed71b15b0fc8fba2a613d52e5114d13e5fb8 Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Fri, 13 Feb 2026 09:21:06 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=91=B7=20ci(circleci):=20simplify=20n?= =?UTF-8?q?extsv=20version=20calculation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - remove package-specific flag to streamline version calculation process - ensure consistent behavior across different release scenarios Signed-off-by: Jeremiah Russell --- .circleci/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/release.yml b/.circleci/release.yml index 93d8405..245b51f 100644 --- a/.circleci/release.yml +++ b/.circleci/release.yml @@ -451,10 +451,10 @@ jobs: CRATE_VERSION="$VERSION_OVERRIDE" echo "Result: Will release version $CRATE_VERSION (OVERRIDE)" echo "Note: Version explicitly set via crate_version parameter" - NEXTSV_VERSION=$(nextsv -bn calculate --package cull-gmail 2>/dev/null || echo "none") + NEXTSV_VERSION=$(nextsv -bn calculate 2>/dev/null || echo "none") echo " (nextsv would have calculated: $NEXTSV_VERSION)" else - CRATE_VERSION=$(nextsv -bn calculate --package cull-gmail 2>/dev/null || echo "") + CRATE_VERSION=$(nextsv -bn calculate 2>/dev/null || echo "") if [ -z "$CRATE_VERSION" ]; then CRATE_VERSION="none" echo "Result: No crate release needed" From 4772c42144742392f8d935503bde3f88f5dd1acc Mon Sep 17 00:00:00 2001 From: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> Date: Fri, 13 Feb 2026 09:23:12 +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 c39e309..7634dc9 100644 --- a/PRLOG.md +++ b/PRLOG.md @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 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]) +- 👷 ci(circleci)-simplify nextsv version calculation(pr [#156]) ### Fixed @@ -441,6 +442,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#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 +[#156]: https://github.com/jerus-org/cull-gmail/pull/156 [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