👷 ci(circleci): update release workflow configuration (#155)

- add default value for package parameter
- remove package specification from release-crate job

Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
This commit is contained in:
Jeremiah Russell
2026-02-13 09:15:40 +00:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -526,6 +526,7 @@ jobs:
parameters: parameters:
package: package:
type: string type: string
default: ""
executor: executor:
name: toolkit/rust_env_rolling name: toolkit/rust_env_rolling
steps: steps:
@@ -702,7 +703,6 @@ workflows:
- release-crate: - release-crate:
name: release-cull-gmail name: release-cull-gmail
requires: [approve-release] requires: [approve-release]
package: cull-gmail
context: context:
- release - release
- bot-check - bot-check

View File

@@ -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]) - 🔧 chore(dependencies)-clap test and tidy ups(pr [#114])
- ci-enable update_pcu in label job to test fix(pr [#135]) - ci-enable update_pcu in label job to test fix(pr [#135])
- 👷 ci(circleci)-add release configuration for automated deployment(pr [#154]) - 👷 ci(circleci)-add release configuration for automated deployment(pr [#154])
- 👷 ci(circleci)-update release workflow configuration(pr [#155])
### Fixed ### 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 [#152]: https://github.com/jerus-org/cull-gmail/pull/152
[#153]: https://github.com/jerus-org/cull-gmail/pull/153 [#153]: https://github.com/jerus-org/cull-gmail/pull/153
[#154]: https://github.com/jerus-org/cull-gmail/pull/154 [#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 [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.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 [0.0.15]: https://github.com/jerus-org/cull-gmail/compare/v0.0.14...v0.0.15