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

Which version of @semantic-release/changelog should be used with semantic-release@16.0.0-beta? #43

Closed
limonte opened this issue Jan 20, 2019 · 1 comment
Labels

Comments

@limonte
Copy link

limonte commented Jan 20, 2019

Currently getting this warning

image

https://travis-ci.org/sweetalert2/sweetalert2/builds/481824213

@pvdlg pvdlg added the support label Jan 21, 2019
@pvdlg
Copy link
Member

pvdlg commented Jan 21, 2019

Version 3.0.2. I didn't update the peerDependency requirement to include 16.0.0-beta.X because semver range check works in a weird way and consider that 16.0.0-beta.X is not within >=15.8.0 <17.0.0 range... I could have change it to >=15.8.0 <17.0.0 || ^16.0.0-beta but I would have to change it back later so I didn't bother...

@pvdlg pvdlg closed this as completed Jan 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants