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

Release in CI pipeline #852

Merged
merged 5 commits into from
Sep 18, 2023
Merged

Release in CI pipeline #852

merged 5 commits into from
Sep 18, 2023

Conversation

zgtm
Copy link
Member

@zgtm zgtm commented Sep 14, 2023

This PR automates the release process by creating

  • Github releases
  • git tags
  • Maven artifacts
  • Docker images
  • documentation
    in the CI pipeline.

More Information in first commit message.

@zgtm zgtm force-pushed the FUZZ-738-release-in-ci-pipeline branch from e1e0967 to 5bcaf52 Compare September 14, 2023 12:30
@zgtm zgtm requested a review from a team September 14, 2023 12:45
Copy link
Contributor

@fmeum fmeum left a comment

Choose a reason for hiding this comment

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

Great work, this will make our lives much easier!

.github/workflows/release.yml Outdated Show resolved Hide resolved
@zgtm zgtm marked this pull request as ready for review September 14, 2023 16:35
This splits up the release pipeline into a pre-release pipeline and a
release pipeline.

The prerelease pipeline, in addition to creating the release builds
also:

 - Uploads the artifacts to maven
 - Creates a draft release on Github

The release pipeline now:

 - Runs as soon as the draft release on Github is released
 - Pushes the docker images to Docker Hub
…:MavenPublisher as envvars

This is necessary because of bazel-contrib/rules_jvm_external@c960c88
which is included since f99c2ff
…to rules_jvm_external/maven:MavenPublisher

This is necessary because of bazel-contrib/rules_jvm_external@5e9a6d3
which is included since f99c2ff
@zgtm zgtm force-pushed the FUZZ-738-release-in-ci-pipeline branch from a4f0386 to 2340874 Compare September 18, 2023 14:22
@zgtm zgtm enabled auto-merge (rebase) September 18, 2023 14:24
@zgtm zgtm merged commit 658051c into main Sep 18, 2023
11 checks passed
@zgtm zgtm deleted the FUZZ-738-release-in-ci-pipeline branch September 18, 2023 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants