You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure what the thought process behind the current behaviour is, but for me I'm not sure why a master release to an existing pre-release won't mark the release on github as the latest release.
Semantic-release for NPM has that behaviour as I would expect.
I remember that there was a reason why we couldn't do this in the past, maybe an API was missing or not working correctly. If you could look into it and test if you can mark a pre-release on github as latest, that would be a great start. Once we verified that it's possible, we can work on a pull request to add that functionality
Specifies whether this release should be set as the latest release for the repository. Drafts and prereleases cannot be set as latest. Defaults to true for newly published releases. legacy specifies that the latest release should be determined based on the release creation date and higher semantic version.
Hi!
I'm not sure what the thought process behind the current behaviour is, but for me I'm not sure why a
master
release to an existing pre-release won't mark the release on github as the latest release.Semantic-release for NPM has that behaviour as I would expect.
To clarify what I mean:
next
branchx.x.x@next
NPM packagex.x.x
GitHub release tagged aspre-release
next
branch intomaster
x.x.x@next
NPM package with@latest
But the GitHub release, will NOT be tagged as
latest-release
.I would expect for the GitHub release to also be tagged similar to NPM.
The text was updated successfully, but these errors were encountered: