-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.rntmd
More file actions
26 lines (19 loc) · 791 Bytes
/
Copy pathtemplate.rntmd
File metadata and controls
26 lines (19 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
## 📝 Changelog
[compare changes]({{ compareUrl }})
<!-- BEGIN breaking SECTION -->
### {{ title }}
<!-- BEGIN commits SECTION -->
- {{ prSubtype }}{{ generateIfNotEmpty(prSubtype, ": ") }}{{ toSentence(message) }} (#{{ prNumber }})
<!-- END commits SECTION -->
<!-- END breaking SECTION -->
<!-- BEGIN feat, fix, docs, chore, refactor, test SECTION -->
### {{ title }}
<!-- BEGIN commits SECTION -->
- {{ prSubtype }}{{ generateIfNotEmpty(prSubtype, ": ") }}{{ generateIf(prBreaking, "⚠️ ") }}{{ toSentence(message) }} (#{{ prNumber }})
<!-- END commits SECTION -->
<!-- END feat, fix, docs, chore, refactor, test SECTION -->
### ❤️ Contributors
<!-- BEGIN contributors SECTION -->
- {{ contributorName }}
<!-- END contributors SECTION -->
<!-- Generate by Release Note -->