MarcoIeni / release-plz

Publish Rust crates from CI with a Release PR.
https://release-plz.ieni.dev
Apache License 2.0
721 stars 66 forks source link

feat(next_version): support bumping version based on configurable custom pattern #1511

Closed MeitarR closed 2 weeks ago

MeitarR commented 1 month ago

this MR closes #1510

MeitarR commented 1 month ago

I implemented it both for minor and major, during the implementation it occurred to me that I don't have a real use case for the major prefix, but I left it there for the chance that someone will have a use case for it.

MeitarR commented 2 weeks ago

Hey @MarcoIeni is there anything left to do in order to merge this PR?

MarcoIeni commented 2 weeks ago

Thanks Orhun and Meitar 🧡

orhun commented 2 weeks ago

@MeitarR are you also interested in implementing this new feature in git-cliff too? 🐻

Created https://github.com/orhun/git-cliff/issues/717

MeitarR commented 2 weeks ago

@MeitarR are you also interested in implementing this new feature in git-cliff too? 🐻

Created https://github.com/orhun/git-cliff/issues/717

I can do it on the weekend