prefix-dev / rattler-build

rattler-build is a universal package builder for Windows, macOS and Linux
https://prefix-dev.github.io/rattler-build
BSD 3-Clause "New" or "Revised" License
197 stars 41 forks source link

Integrate "version bump" into rattler-build #693

Open wolfv opened 7 months ago

wolfv commented 7 months ago

I think it would be cool if we could automate version bumping in rattler-build.

There could be two modes:

After bumping, rattler-build should write out the new recipe.

orhun commented 7 months ago

I use the next_version crate for git-cliff's --bump option. Not sure if it is useful, just my 2 🪙s

pavelzw commented 7 months ago

Something like brew bump-formula-pr would be cool. They also take care of forking the repo, creating the PR etc.