Skip to content

Commit 3f5568a

Browse files
author
TheSnoozer
committed
markdown field does not allow a description as permitted attribute
1 parent 9727b4d commit 3f5568a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/ISSUE_TEMPLATE/new_release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ description: Will be created by the author of the plugin, so not relevant for th
33
labels: [ ]
44
assignees: [ ]
55
body:
6-
- type: markdown
6+
- type: textarea
7+
id: describe-the-release
78
attributes:
89
description: |
910
Just submit this as new issue...
@@ -38,3 +39,6 @@ body:
3839
- [ ] under [Releases](https://github.com/git-commit-id/git-commit-id-maven-plugin/releases) publish Release-Notes
3940
- [ ] update readme to point to the latest version available
4041
- [ ] run performance comparison with previous release (https://gist.github.com/TheSnoozer/7891eb9412c9584a052f00650d9c516b)
42+
43+
validations:
44+
required: true

0 commit comments

Comments
 (0)