👷 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:
@@ -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
|
||||||
|
|||||||
2
PRLOG.md
2
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])
|
- 🔧 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
|
||||||
|
|||||||
Reference in New Issue
Block a user