Open jcbhmr opened 1 year ago
🛑 THIS SHOULD BE MERGED IFF 'production' is renamed to 'main'
This PR would...
@next
if: ...
if [[ ]]
The npm convention appears to be to continuously update the @next target so that it's at or ahead of @latest so I've done that.
@latest
I've switched it around to align with that convention. Here's more discussion on that next vs beta stuff: https://github.com/semantic-release/semantic-release/discussions/2336
As for the prerelease trigger, that's redundant. The published type works for ALL published releases, including prereleases. (this is a test repo, hence the failed publish)
published
🛑 THIS SHOULD BE MERGED IFF 'production' is renamed to 'main'
This PR would...
@next
tag, even when it's a regular release.if: ...
step-level statements instead of bashif [[ ]]
commandsThe npm convention appears to be to continuously update the
@next
target so that it's at or ahead of@latest
so I've done that.I've switched it around to align with that convention. Here's more discussion on that next vs beta stuff: https://github.com/semantic-release/semantic-release/discussions/2336
As for the prerelease trigger, that's redundant. The
published
type works for ALL published releases, including prereleases. (this is a test repo, hence the failed publish)