acm19 / aws-request-signing-apache-interceptor

https://acm19.github.io/aws-request-signing-apache-interceptor/
Apache License 2.0
16 stars 6 forks source link

Fully automate the release process #84

Closed acm19 closed 1 year ago

acm19 commented 1 year ago

Description: Automatically close and release as part of the Maven deployment stage using nexus-staging-maven-plugin as described here: https://central.sonatype.org/publish/publish-maven/#nexus-staging-maven-plugin-for-deployment-and-release.

Expected outcome:

  1. Releasing doesn't require any manual step.
  2. All contributors can release without requiring intervention from a single person.
dblock commented 1 year ago

Thanks for releasing 2.2.0 @acm19 !

dblock commented 1 year ago

I'll take on documenting the manual parts of this for now once I get maven access.

acm19 commented 1 year ago

This one is about releasing with a fully automated process, unfortunately I've been swamped lately, so haven't been able to make the changes :(