diff --git a/README.md b/README.md index 6ff6647..c20779b 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ Docker image based on [Dwolla’s core Jenkins Agent Docker image](https://githu GitHub Actions will build the Docker images for multiple supported architectures. +## Releases +Create a release tag in Github. The tag should be v{date}, example: v2025-05-23. Multiple realeases on the same day, add a letter suffix, like v2025-05-23b. You can use the use the “Generate release notes” button to put together the start of the release notes, and then tweak it as you see fit. + ## Local Development With [yq](https://kislyuk.github.io/yq/) installed, to build this image locally run the following command: @@ -20,4 +23,4 @@ make \ Alternatively, without [yq](https://kislyuk.github.io/yq/) installed, refer to the CORE_TAG default values defined in [jenkins-agents-workflow](https://github.com/Dwolla/jenkins-agents-workflow/blob/main/.github/workflows/build-docker-image.yml) and run the following command: -`make CORE_JDK11_TAG= all` \ No newline at end of file +`make CORE_JDK11_TAG= all`