microsoft / beachball

The Sunniest Semantic Version Bumper

Home Page:https://microsoft.github.io/beachball

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(Docs) Does `--no-push` also mean "no commit"?

matthias-ccri opened this issue · comments

It seems like this is the case — specifying --no-push doesn't push, but it also doesn't commit changes either.

Should the docs be updated? (https://microsoft.github.io/beachball/cli/options.html#change-options)

From:

whether to push changes back to git remote origin

To

whether to commit and push changes back to git remote origin. --no-push does not commit.