-
Notifications
You must be signed in to change notification settings - Fork 384
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 using release-please #1391
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kangmingtay
approved these changes
Feb 1, 2024
hf
added a commit
to supabase/auth-js
that referenced
this pull request
Feb 7, 2024
Adds a new release process based on [release-please](https://github.com/googleapis/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: - supabase/auth#1391
uxodb
pushed a commit
to uxodb/auth
that referenced
this pull request
Nov 13, 2024
Adds a new release process based on [release-please](https://github.com/googleapis/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. For an illustration, check this repo where I used to test the script: https://github.com/hf/gotrue-release-please-test
LashaJini
pushed a commit
to LashaJini/auth
that referenced
this pull request
Nov 13, 2024
Adds a new release process based on [release-please](https://github.com/googleapis/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. For an illustration, check this repo where I used to test the script: https://github.com/hf/gotrue-release-please-test
LashaJini
pushed a commit
to LashaJini/auth
that referenced
this pull request
Nov 15, 2024
Adds a new release process based on [release-please](https://github.com/googleapis/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. For an illustration, check this repo where I used to test the script: https://github.com/hf/gotrue-release-please-test
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds a new release process based on release-please.
As soon as this gets merged, releases will work as follows:
feat:
orfix:
titles) will result in a release candidate release with tagrc<version>
. Example: if the new release will be2.140.0
then the RC release will berc2.140-rc.1
, and so on.v<version>
, or per the examplev2.140.0
.0
get a special branchrelease/v2.140.0
which can be used to patch that and only that major+minor version, using the same process as above.For an illustration, check this repo where I used to test the script: https://github.com/hf/gotrue-release-please-test