-
Notifications
You must be signed in to change notification settings - Fork 14
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
Adjusting workflows to a unified release delivery process #145
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
PiotrKarczmarz
approved these changes
Nov 20, 2024
tomaszgolebiowski
added a commit
that referenced
this pull request
Dec 11, 2024
CLOSE https://linear.app/sourcegraph/issue/CODY-4323/build-definitions-and-versioning - The preview and release versions are now created using the same workflow. - Workflow is manually triggered with a parameter indicating whether it is a preview or a release version. - Process of starting the release by adding tags has been abandoned. - From now on, a release candidate will be created by creating a branch with the name convention: `vs-v0.2.x` - Based on the branch name and existing tags, the next version number will be automatically generated - Minor version number will determine whether it is a preview version (odd number) or a release version (even number). - Version tags will be added automatically. Examples of versioning branch `vs-v0.2.x` -> preview `0.1.0` | release `0.2.0` branch `vs-v0.2.x` with tag `vs-insiders-v0.1.0` -> preview `0.1.1` | release `0.2.0` branch `vs-v0.2.x` with tag `vs-insiders-v0.1.0` and `vs-v0.2.0` -> preview `0.1.1` | release `0.2.1` --------- Co-authored-by: Tomasz Gołębiowski <[email protected]>
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.
CLOSE https://linear.app/sourcegraph/issue/CODY-4323/build-definitions-and-versioning
vs-v0.2.x
Examples of versioning
branch
vs-v0.2.x
-> preview0.1.0
| release0.2.0
branch
vs-v0.2.x
with tagvs-insiders-v0.1.0
-> preview0.1.1
| release0.2.0
branch
vs-v0.2.x
with tagvs-insiders-v0.1.0
andvs-v0.2.0
-> preview0.1.1
| release0.2.1