diff --git a/README.md b/README.md index 944f957..830b8fc 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ gradlew javadoc ## Release 1. Bump the version number in the VERSION file and commit and push to GitHub (using [Semantic Versioning](https://semver.org/)). 2. The [CD](https://github.com/JeffersonLab/jaws-effective-processor/blob/main/.github/workflows/cd.yaml) GitHub Action should run automatically invoking: - - The [Create release](https://github.com/JeffersonLab/java-workflows/blob/main/.github/workflows/gh-release.yaml) GitHub Action to tag the source and create release notes summarizing any pull requests. Edit the release notes to add any missing details. A war file artifact is attached to the release. + - The [Create release](https://github.com/JeffersonLab/java-workflows/blob/main/.github/workflows/gh-release.yaml) GitHub Action to tag the source and create release notes summarizing any pull requests. Edit the release notes to add any missing details. A zip file artifact is attached to the release. - The [Publish docker image](https://github.com/JeffersonLab/container-workflows/blob/main/.github/workflows/docker-publish.yaml) GitHub Action to create a new demo Docker image. ## See Also