Skip to content

Commit

Permalink
update release process to create a draft release with a template; upd…
Browse files Browse the repository at this point in the history
…ate DEV_NOTES.md
  • Loading branch information
hmiguim committed Mar 11, 2024
1 parent 3de1a31 commit 3945fce
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -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:
Expand Down
5 changes: 2 additions & 3 deletions DEV_NOTES.md
Expand Up @@ -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

Expand Down

0 comments on commit 3945fce

Please sign in to comment.