diff --git a/.circleci/release.yml b/.circleci/release.yml index 0129799..93d8405 100644 --- a/.circleci/release.yml +++ b/.circleci/release.yml @@ -526,6 +526,7 @@ jobs: parameters: package: type: string + default: "" executor: name: toolkit/rust_env_rolling steps: @@ -702,7 +703,6 @@ workflows: - release-crate: name: release-cull-gmail requires: [approve-release] - package: cull-gmail context: - release - bot-check diff --git a/PRLOG.md b/PRLOG.md index 2acbce3..c39e309 100644 --- a/PRLOG.md +++ b/PRLOG.md @@ -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]) - 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]) ### 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 [#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 [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