Add release notes template with enhanced tag information
This commit is contained in:
parent
b21a0e3a39
commit
3ac719cfb1
2 changed files with 86 additions and 1 deletions
24
.forgejo/release-template.md
Normal file
24
.forgejo/release-template.md
Normal 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
|
||||
```
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue