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

chore: allow testing multiple prereleases #932

Merged
merged 2 commits into from
Jan 26, 2024

Conversation

clample
Copy link
Contributor

@clample clample commented Jan 26, 2024

I hereby confirm that I followed the code guidelines found at engineering guidelines

Affected Components

  • CLI
  • Create CLI
  • Test
  • Docs
  • Examples
  • Other

Notes for the Reviewer

The release.yml job already pushes pre-releases to NPM so that we can do some extra testing. The problem is that if we find an issue, it's hard to reset everything: NPM doesn't allow us to unpublish the prerelease and we can't overwrite it either.

This PR adds the commit SHA to the prerelease version. If we detect an issue in the prerelease phase, we can delete the Github release, fix the issue, and trigger another release.

This PR will also automatically push the v tag with the release, since that has been causing issues for old create-checkly versions.

@clample clample force-pushed the chrislample/update-release-job branch from 0119860 to 15ad3fc Compare January 26, 2024 10:46
@clample clample requested a review from ferrandiaz January 26, 2024 10:49
@clample clample force-pushed the chrislample/update-release-job branch from 15ad3fc to 47451f9 Compare January 26, 2024 10:50
@clample clample merged commit f5d1313 into main Jan 26, 2024
1 of 3 checks passed
@clample clample deleted the chrislample/update-release-job branch January 26, 2024 13:10
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.

2 participants