kawamanza/step-up

stepup version create --dry-run ?

Closed this issue · 5 comments

Hi guys,

There's some way that I can run the stepup version create on a "test" mode-like just to see what would be the next version?

I've a open source project and I want to put inside of my source code the new version that I'm working on a automated way and after writing the next version inside of my source code I may exec the "stepup version create" for real.

Any ideas?

Hi Igor,

To simulate the execution just pass the option "--steps" on the command line.

The problem about --steps is your dirty output. I was thinking about something more like stepup version --next-release ou --next ou --unreleased with a clean output like "stepup version" does. :)

Oh, you just need to know next's version auto-increment. We are working on it.

Done. v0.8.2
$ stepup version show --next-release
or
$ stepup --next-release

Thanks!!!