Graylog2 / graylog-s3-lambda

An AWS Lambda function that reads logs from S3 and sends them to Graylog
GNU General Public License v3.0
12 stars 6 forks source link

Automate graylog-s3-lambda releases #28

Open danotorrey opened 2 years ago

danotorrey commented 2 years ago

@malcyon Is it possible to automate the releases for this repository with a Jenkins job? It's not that urgent, but it would be cool to automate them at some point.

The current manual release steps are documented in https://github.com/Graylog2/graylog-s3-lambda/blob/master/RELEASE.md

bernd commented 2 years ago

@danotorrey @malcyon I updated the project to use the maven release and assembly plugin to automate the version bumps, git tags, and ZIP file creation. The RELEASE.md file now reflects the updated process.