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

Expose version-choosing logic in use_release_issue() #628

Merged
merged 1 commit into from Feb 14, 2019

Conversation

jennybc
Copy link
Member

@jennybc jennybc commented Feb 14, 2019

Supports calling use_release_issue() without knowing the right version in advance, i.e. helps you specify the version:

> proj_set("~/rrr/readxl")
✔ Setting active project to '/Users/jenny/rrr/readxl'
> use_release_issue()
Current version is 1.2.0.9000.
Which part to increment? (0 to exit) 

1: major --> 2.0.0
2: minor --> 1.3.0
3: patch --> 1.2.1
4:   dev --> 1.2.0.9001

Selection: 2
✔ Opening URL 'https://github.com/tidyverse/readxl/issues/553'

@jennybc jennybc requested a review from hadley February 14, 2019 01:30
Copy link
Member

@hadley hadley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👨‍🍳 😗

@jennybc jennybc merged commit a221165 into master Feb 14, 2019
@jennybc jennybc deleted the moar-version-menu branch March 8, 2019 20:37
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.

None yet

2 participants