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

ci: add new release process based on release-please #849

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

hf
Copy link
Contributor

@hf hf commented Feb 6, 2024

Adds a new release process based on release-please.

As soon as this gets merged, releases will work as follows:

  1. PR merges will be collected by release-please into a release PR. The team at Supabase decides when a release is ready to go out, usually weekly or bi-weekly.
  2. Every PR merge (that uses feat: or fix: titles) will result in a release candidate release with tag rc<version>. Example: if the new release will be 2.140.0 then the RC release will be rc2.140-rc.1, and so on.
  3. Once the release PR is merged, an official release will be published with the tag v<version>, or per the example v2.140.0.
  4. Releases with a patch version of 0 get a special branch release/v2.140.0 which can be used to patch that and only that major+minor version, using the same process as above.
  5. RC releases are tagged rc in NPM and regular ones as latest. Patched releases get the label patched.

Similar to:

@hf hf force-pushed the hf/new-release-process branch from 1f8de7a to 721a72a Compare February 7, 2024 10:03
@hf hf merged commit 847b0a5 into master Feb 7, 2024
2 checks passed
@hf hf deleted the hf/new-release-process branch February 7, 2024 10:06
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