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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweak workflows #78

Draft
wants to merge 7 commits into
base: production
Choose a base branch
from
Draft

Tweak workflows #78

wants to merge 7 commits into from

Conversation

jcbhmr
Copy link
Collaborator

@jcbhmr jcbhmr commented Jun 7, 2023

馃洃 THIS SHOULD BE MERGED IFF 'production' is renamed to 'main'

This PR would...

  • Rename production to main in all main-related and PR-related workflows
  • Always update the @next tag, even when it's a regular release.
  • Remove the redundant release prereleased trigger
  • Use github actions if: ... step-level statements instead of bash if [[ ]] commands

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.

image

image

I've switched it around to align with that convention.
Here's more discussion on that next vs beta stuff: semantic-release/semantic-release#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)

image
image
image

@jcbhmr jcbhmr requested a review from mesqueeb June 7, 2023 20:43
@jcbhmr jcbhmr self-assigned this Jun 7, 2023
@jcbhmr jcbhmr marked this pull request as draft June 7, 2023 20:43
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.

None yet

1 participant