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

Automate release process #76

Closed acm19 closed 2 years ago

acm19 commented 2 years ago

Fully automates the release process by moving from a Makefile that had to be executed locally to a job that is triggered in GitHub. This removes possible errors and manual burden associated to releasing.

The new process skips the creation of intermediate branches and pull requests and commits directly to master, which then triggers the actual pushing of the artefacts together with the tagging of the repo the same way it was done before this change.

Resolves: https://github.com/acm19/aws-request-signing-apache-interceptor/issues/53

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.