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

RFC: support generate latest N versions from the specified version #18

Open
axetroy opened this issue Dec 30, 2020 · 0 comments
Open

RFC: support generate latest N versions from the specified version #18

axetroy opened this issue Dec 30, 2020 · 0 comments

Comments

@axetroy
Copy link
Member

axetroy commented Dec 30, 2020

eg.

v1.5.0
v1.4.0
v1.3.0
v1.2.0
v1.1.0
v1.0.0

eg, I want to start with version v1.5.0 and generate 3 versions forward

$ whatchanged #3~v1.5.0
# it will generate v1.5.0/v1.4.0/v1.3.0/v1.2.0
$ whatchanged v1.2.0~#3
# it will generate v1.5.0/v1.4.0/v1.3.0/v1.2.0
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

No branches or pull requests

1 participant