eclipse-zenoh / ci

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

Bump only #198

Closed diogomatsubara closed 1 month ago

diogomatsubara commented 1 month ago

This adds a new bump-version action to be used in conjunction with the checkout and create-pull-request actions. This new action is used to bump the development version of all the zenoh* repos.

At its current state, the bump-version.ts is very hackish but it does the job but could use a bit of refactoring. Putting the PR here so I can have a discussion with Mahmoud

diogomatsubara commented 1 month ago

Discussed this PR yesterday with Mahmoud and he'd rather not have all this specific knowledge of each repository in the centralized CI code.