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

Semantic versioning #249

Closed

Conversation

friedrichwilken
Copy link
Contributor

@friedrichwilken friedrichwilken commented Dec 12, 2023

Description

Changes proposed in this pull request:

  • releases are done from branches named "release-x.y"
  • the semantic version (x.y.z) will be used as the image tag.

Related issue(s)

#245

Remove the ./.version file and all related scripts and check.
The script was supposed to check if all the post jobs ran successful for the last commit. But the post jobs will no longer run on branches other than main. At the same time, we will only release from branches named release-x.y, so there will no longer be post jobs.
@friedrichwilken friedrichwilken requested a review from a team as a code owner December 12, 2023 18:38
@kyma-bot kyma-bot added area/ci Issues or PRs related to CI related topics cla: yes Indicates the PR's author has signed the CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Dec 12, 2023
@friedrichwilken friedrichwilken added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. and removed do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. labels Dec 12, 2023
@friedrichwilken friedrichwilken added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci Issues or PRs related to CI related topics cla: yes Indicates the PR's author has signed the CLA. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants