Open
Description
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:
- Use this simple releaserc config (and this GH action)
- Push a release-relevant commit to the
next
branch - Release CI will run and correctly publish a:
- Merge the
next
branch intomaster
- Release CI will tag the existing
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.