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

#4664 Release pipeline (github actions) #4729

Merged
merged 1 commit into from
Feb 24, 2021
Merged

Conversation

planetf1
Copy link
Member

@planetf1 planetf1 commented Feb 24, 2021

Signed-off-by: Nigel Jones nigel.l.jones+git@gmail.com

Partially implements #4664 (follows for snapshots, windows merge)

  • Implements a simple, but sufficient (?) release pipeline in GitHub Actions
    • Requires repo owner to have setup an appropriate GPG key, distributed key, as secrets, and have permission to
      write to our project on maven central
    • Assumes required release testing are done before initiating the release
    • Builds using Java 8, maven
    • Initiated via creating a 'github release' OR by manually executing the workflow (for testing)
    • After execution maven central repo is left open for manual checking. Can then be 'close'-d to verify, and 'release'-d
      when ready. These steps are intentionally not automated

Merge pipeline to follow in subsequent PR

Also adds support for github repo in pom for future use

Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
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.

1 participant