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

Change the way of release workflow #1434

Merged
merged 7 commits into from
Jan 21, 2022
Merged

Change the way of release workflow #1434

merged 7 commits into from
Jan 21, 2022

Conversation

5hin0bi
Copy link
Contributor

@5hin0bi 5hin0bi commented Jan 20, 2022

resolves: #1325

  1. Pom files now use cmdline parameter -DbuildVersion when building. If no param provided - 0.0.1-SNAPSHOT will be set.

  2. 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

  3. Master workflow is triggered manually and uses $GITHUB_SHA as the build version

  4. Release workflow is triggered on release publish event and uses release tag as the build version

  5. Branch-deploy workflow now uses $GITHUB_SHA as the build version

@5hin0bi 5hin0bi self-assigned this Jan 20, 2022
@5hin0bi 5hin0bi added the scope/infrastructure CI / Dev. Env label Jan 20, 2022
@Haarolean Haarolean added the status/blocked Further development process is blocked by something. Prevents merging for PRs. label Jan 20, 2022
@Haarolean
Copy link
Contributor

Not to merge until 0.3.2 release.

@5hin0bi 5hin0bi marked this pull request as ready for review January 20, 2022 09:41
Copy link
Contributor

@RustamGimadiev RustamGimadiev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good!

@5hin0bi 5hin0bi removed the status/blocked Further development process is blocked by something. Prevents merging for PRs. label Jan 21, 2022
@5hin0bi 5hin0bi merged commit 79442a7 into master Jan 21, 2022
@5hin0bi 5hin0bi deleted the issues/1325 branch January 21, 2022 07:47
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 159 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

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
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add an ability for github-actions to push to protected branches
3 participants