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

Automate maven central release process #6

Merged
merged 3 commits into from
Jan 31, 2022

Conversation

jsajlovic
Copy link
Contributor

Basic information

  • nrich version: v1.1.0
  • Module: project

Description

Summary

Implemented the Gradle Nexus Publish Plugin to completely automate the publish and release process to Maven Central. Automatic closing and releasing of "Nexus Staging Repositories" was not possible without this plugin.

Details

  • added plugin to the project and configured it
  • updated the publish GH action to use new Gradle tasks provided by the plugin

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • Enhancement (non-breaking change which enhances existing functionality)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix, enhancement or feature that would cause existing functionality to change in backward-incompatible way)
  • Docs change
  • Refactoring
  • Dependency upgrade

Checklist

  • I have read the project's CONTRIBUTING document
  • I have checked my code with the project's static analysis tooling
  • I have formatted my code with the project's IDEA code-style configuration
  • I have checked my code for misspellings
  • I have organized my changes in easy-to-follow commits
  • My change requires a change to the documentation
  • I have updated the documentation accordingly
  • I have added tests to cover my changes
  • All new and existing tests pass.

@jsajlovic jsajlovic self-assigned this Jan 30, 2022
@agrancaric agrancaric self-requested a review January 31, 2022 15:48
agrancaric
agrancaric previously approved these changes Jan 31, 2022
@jsajlovic jsajlovic force-pushed the feature_automateMavenCentralRelease branch from ff38f38 to 3644ad7 Compare January 31, 2022 21:02
@jsajlovic jsajlovic merged commit 9377ef4 into master Jan 31, 2022
@jsajlovic jsajlovic deleted the feature_automateMavenCentralRelease branch January 31, 2022 21:11
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.

2 participants