f3ath / cider

Tools for Dart package maintainers
https://pub.dev/packages/cider
MIT License
101 stars 17 forks source link

Provide a way to "promote" the pre version #32

Closed JCQuintas closed 1 year ago

JCQuintas commented 1 year ago

Currently I have a pre version that is 1.2.3-alpha+123, but this is "patch" version is already bumped, for release I simply want it to become 1.2.3+123.

cider could have an option to promote the current version to a "non-pre" version.

Ideas:

cider promote: new top level command cider bump --no-pre: removes pre, can use --bump/keep-build cider bump promote: same as --no-pre

f3ath commented 1 year ago

@JCQuintas I'd like to hear your opinion.

f3ath commented 1 year ago

Closing as completed. Feel free to reopen.