Migrate CI/CD from Travis CI to GitHub Actions and automate Maven releases#220
Open
1tmb wants to merge 1 commit intosai-pullabhotla:masterfrom
Open
Migrate CI/CD from Travis CI to GitHub Actions and automate Maven releases#2201tmb wants to merge 1 commit intosai-pullabhotla:masterfrom
1tmb wants to merge 1 commit intosai-pullabhotla:masterfrom
Conversation
…lity, update plugin versions, remove Eclipse cruft
This file contains hidden or 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
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.
This PR replaces the Travis CI configuration with GitHub Actions and automates the Maven Central release process.
It contains no functional changes.
Summary:
.travis.yml.github/workflows/ci.yml— builds and tests on every push/PR tomaster, with optional Coveralls coverage reporting.github/workflows/release.yml— releases to Maven Central when acatatumbo-*tag is pushed.github/dependabot.yml— weekly automated PRs for Maven and GitHub Actions dependency updatesmaven-checkstyle-plugin3.1.2 + checkstyle 8.18) and outstanding violations.gitignoreTo make this work, you need to set the following secrets in this repository's private settings:
COVERALLS_REPO_TOKENOSSRH_USERNAMEOSSRH_TOKENGPG_PRIVATE_KEYgpg --export-secret-keys --armor <key-id>)GPG_PASSPHRASE