Skip to content

Commit

Permalink
Testing automated release notes addition
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismuntean committed Dec 26, 2024
1 parent aae5151 commit 5872a0e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ jobs:
with:
tag_name: ${{ env.new_version }}
release_name: "${{ env.new_version }}"
body: "Automated release."
body: |
## Automated release information for version ${{ env.new_version }}.
This release was automatically generated by a GitHub Actions workflow.
See automated Docker Hub release image [here](https://hub.docker.com/r/chrismuntean/handify/tags?page=1&name=${{ env.new_version }})
draft: false
prerelease: false
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,6 @@ docker compose up
<br>

## Acknowledgments
<br>
<br>

[Docker Hub Image](https://hub.docker.com/r/chrismuntean/handify/tags?page=1&name=v1.0.2)

0 comments on commit 5872a0e

Please sign in to comment.