From 8d7701e94953f7bcb13f2708cbc4039712748941 Mon Sep 17 00:00:00 2001 From: ryans Date: Mon, 25 Mar 2024 17:04:22 -0400 Subject: [PATCH] README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e9ce2d..3218d1b 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ The [server](https://github.com/JeffersonLab/wildfly/blob/main/scripts/server-se ## 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/btm/blob/main/.github/workflows/cd.yml) GitHub Action should run automatically invoking: - - The [Create release](https://github.com/JeffersonLab/java-workflows/blob/main/.github/workflows/release.yml) 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.yml) 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 [Publish docker image](https://github.com/JeffersonLab/container-workflows/blob/main/.github/workflows/docker-publish.yml) GitHub Action to create a new demo Docker image, and bump the [compose.override.yaml](https://github.com/JeffersonLab/btm/blob/main/compose.override.yaml) to use the new image. ## Deploy