eclipse-zenoh / ci

GitHub Actions and workflows used across eclipse-zenoh
Other
1 stars 3 forks source link

Split `tag-crates` action into `create-release-branch` and `bump-crates` actions #47

Closed fuzzypixelz closed 5 months ago

fuzzypixelz commented 5 months ago

Describe the release item

Not all eclipse-repositories are Rust projects but the release branch creation mechanism should be shared across all of them. The name bump-crates conveys better what the action does than tag-crates (i.e. (1) bumping the project version, (2) optionally bumping other dependencies' version and/or setting a custom branch, (3) tagging the release branch).