Add release notes template with enhanced tag information
All checks were successful
Build and Publish Docker Image / Build and Validate (pull_request) Successful in 8s
Build and Publish Docker Image / Publish to Registry (pull_request) Has been skipped

This commit is contained in:
Juan Sebastián Montoya 2025-11-25 17:31:18 -05:00
parent b21a0e3a39
commit 3ac719cfb1
2 changed files with 86 additions and 1 deletions

View file

@ -0,0 +1,24 @@
Release {{VERSION}}
Docker Image: {{IMAGE_NAME}}
Commit: {{COMMIT_SHORT}} ({{COMMIT_HASH}})
Build Date: {{BUILD_DATE}}
Author: {{COMMIT_AUTHOR}}
## Changes
{{COMMITS}}
## Docker Image
```
docker pull {{IMAGE_NAME}}
```
## Deployment
The image is also available as `latest`:
```
docker pull git.jusemon.com/jusemon/threejs-test:latest
```