diff --git a/README.md b/README.md index 7c6ffb3..03e3d87 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# cnm [![CI](https://github.com/JeffersonLab/cnm/actions/workflows/ci.yml/badge.svg)](https://github.com/JeffersonLab/cnm/actions/workflows/ci.yml) [![Docker](https://img.shields.io/docker/v/jeffersonlab/cnm?sort=semver&label=DockerHub)](https://hub.docker.com/r/jeffersonlab/cnm) +# cnm [![CI](https://github.com/JeffersonLab/cnm/actions/workflows/ci.yaml/badge.svg)](https://github.com/JeffersonLab/cnm/actions/workflows/ci.yaml) [![Docker](https://img.shields.io/docker/v/jeffersonlab/cnm?sort=semver&label=DockerHub)](https://hub.docker.com/r/jeffersonlab/cnm) A [Java EE 8](https://en.wikipedia.org/wiki/Jakarta_EE) web application for managing machine component nomenclature at Jefferson Lab built with the [Smoothness](https://github.com/JeffersonLab/smoothness) web template. ![Screenshot](https://github.com/JeffersonLab/cnm/raw/main/Screenshot.png?raw=true "Screenshot") @@ -87,10 +87,10 @@ 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/cnm/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/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/cnm/blob/main/compose.override.yaml) to use the new image. - - The [Deploy to JLab](https://github.com/JeffersonLab/general-workflows/blob/main/.github/workflows/jlab-deploy-app.yml) GitHub Action to deploy to the JLab test environment. +2. The [CD](https://github.com/JeffersonLab/cnm/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 [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, and bump the [compose.override.yaml](https://github.com/JeffersonLab/cnm/blob/main/compose.override.yaml) to use the new image. + - The [Deploy to JLab](https://github.com/JeffersonLab/general-workflows/blob/main/.github/workflows/jlab-deploy-app.yaml) GitHub Action to deploy to the JLab test environment. ## Deploy The deploy to JLab's acctest is handled automatically via the release workflow.