Skip to content
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

Add error checking for publishTags command and rename to versions #1335

Open
wants to merge 40 commits into
base: master
Choose a base branch
from

Conversation

elcritch
Copy link
Contributor

  • Changed default behavior of command to print out new versions not yet published.
  • Renamed from publishTags to versions since the commands intent is to find and then publish versions – tags are an implementation detail.
  • Creating tags is done by nimble versions --create (or -c).
  • Tags can be pushed by nimble versions --create --push (or -c -p).
  • Only tags which were created are pushed with nimble cersions -c -p.
  • All tags can be found, created, published with nimble versions --all (or -a).
  • Non-monotonic historical versions are ignored and print an error.
  • More with more recent versions historical versions take precedence over older versions. Older versions are marked as non-monotonic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant