From 3945fce826518d669466735d12426a8e0858e052 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Guimar=C3=A3es?= Date: Mon, 11 Mar 2024 11:20:11 +0000 Subject: [PATCH] update release process to create a draft release with a template; update DEV_NOTES.md --- .github/workflows/release.yml | 14 ++++++++++++++ DEV_NOTES.md | 5 ++--- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 61bd633c5b..ab5b82e017 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -83,6 +83,20 @@ jobs: asset_name: roda-wui-${{ env.release_version }}.war tag: ${{ github.ref }} release_name: ${{ github.ref_name }} + draft: true + body: | + #### New features + + #### Enhancements + + #### Bug fixes + + #### Security + - Several dependency major upgrades to fix security vulnerabilities + + --- + + To try out this version, check the [install instructions](https://github.com/keeps/roda/blob/master/deploys/standalone/README.md). - name: Login to GitHub Container Registry uses: docker/login-action@v3 with: diff --git a/DEV_NOTES.md b/DEV_NOTES.md index ddec438a24..fdf9c6088e 100644 --- a/DEV_NOTES.md +++ b/DEV_NOTES.md @@ -62,20 +62,19 @@ Example release 2.2.0 and prepare for next version 2.3.0. 2. Wait for [GitHub action build](https://github.com/keeps/roda/actions/workflows/release.yml) to be finished and successful 3. Review release and accept release: 1. Review issues - 2. Add docker run instructions + 2. Update release notes 3. Publish release 4. Run `./scripts/update_changelog.sh 2.2.0` 5. Run `./scripts/prepare_next_version.sh 2.3.0` Snippet for docker run instructions: -````text +```text --- To try out this version, check the [install instructions](https://github.com/keeps/roda/blob/master/deploys/standalone/README.md). ``` -```` ## Redeploy on docker