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 --skip-unstable option to lerna version command #3392

Open
1 task
Stompke opened this issue Oct 26, 2022 · 1 comment · May be fixed by #3882
Open
1 task

Add --skip-unstable option to lerna version command #3392

Stompke opened this issue Oct 26, 2022 · 1 comment · May be fixed by #3882
Labels
accepting-prs We would gladly receive a PR to resolve this issue type: feature

Comments

@Stompke
Copy link

Stompke commented Oct 26, 2022

Description

Add the option --skip-unstable to the lerna version options list.

Motivation

I want to create a changelog during my command npx lerna version --conventional-commits --conventional-graduate that is based off changes between the last major version and current major version, and ignoring the pre-release versions in the middle.

I see that the tool conventional-changelog has the option --skip-unstable which says "If given, unstable tags will be skipped, e.g., x.x.x-alpha.1, x.x.x-rc.2"

This option --skip-unstable added to lerna version in creation of the changelog would be great!

@NextThread
Copy link

hi, can I work on this

@fahslaj fahslaj added the accepting-prs We would gladly receive a PR to resolve this issue label Aug 28, 2023
@Juveniel Juveniel linked a pull request Oct 30, 2023 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepting-prs We would gladly receive a PR to resolve this issue type: feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants