-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pull as part of finalize_version() #39
Comments
I've started working on a PR #408 but I need more info on what you mean by
If there are more commits on the remote branch
|
We can try the equivalent of |
there's relevant code in #408 |
Perhaps we a higher-level wrapper around pull + |
what would it be called? Words that come to mind: update (not clear with |
|
Not too important, since we now have the GHA workflow. |
commit_version(pull = FALSE)
pull = TRUE
we would fetch always and always uncommit + commit if behind masterpull = push
infinalize_version()
Only if a remote is defined.
The text was updated successfully, but these errors were encountered: