-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Change the way of release workflow #1434
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
Haarolean
added
the
status/blocked
Further development process is blocked by something. Prevents merging for PRs.
label
Jan 20, 2022
Not to merge until 0.3.2 release. |
RustamGimadiev
approved these changes
Jan 20, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good!
5hin0bi
removed
the
status/blocked
Further development process is blocked by something. Prevents merging for PRs.
label
Jan 21, 2022
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
javalover123
pushed a commit
to javalover123/kafka-ui
that referenced
this pull request
Dec 7, 2022
* use version placeholders in pom.xml files * add release drafter config and workflow * update master workflow * update release workflow * update branch-deploy.yml workflow Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
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.
resolves: #1325
Pom files now use cmdline parameter -DbuildVersion when building. If no param provided - 0.0.1-SNAPSHOT will be set.
Implemented release drafter workflow that is triggered on each master push. It creates release draft and forms changelog based on pull request since the last release that were merged with specific labels. Release drafter config is in .github/release_drafter.yaml
Master workflow is triggered manually and uses $GITHUB_SHA as the build version
Release workflow is triggered on release publish event and uses release tag as the build version
Branch-deploy workflow now uses $GITHUB_SHA as the build version