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

fix: handle pre-release version properly #96

Merged

Conversation

micaelmbagira
Copy link
Contributor

Fixes #90

The solution is inspired from #92 but simplified and with unit tests.

@micaelmbagira micaelmbagira force-pushed the fix/prerelease-latest-version branch from e2c0050 to fc54f73 Compare August 8, 2024 09:20
@micael-mbagira-parloa
Copy link

@webpro could you please give it a look?

tagPrefix: options.tagPrefix,
skipUnstable: true,
cwd: options.cwd
});

Choose a reason for hiding this comment

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

Ideally the tag could be returned by conventionalRecommendedBump but it's not...

@webpro webpro merged commit 8680cdf into release-it:master Aug 25, 2024
6 checks passed
@webpro
Copy link
Contributor

webpro commented Aug 25, 2024

Thanks @micaelmbagira! This has been release in v8.0.2-next.0, feel free to try it out. Would love to get your feedback before releasing v8.0.2.

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.

PreRelease with conventional changelog behaves unexpectedly
3 participants