Skip to content

Commit bb9d4ae

Browse files
committed
docs: add release template for automated release notes
Adds Mustache-style release template with conditional blocks for build, features, and bugfixes sections. Refs: #14
1 parent cd97f76 commit bb9d4ae

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/release_template.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# What's new in Candango NvimM {{VERSION}}
2+
3+
## {{DATE-Jan-01-2026}}
4+
5+
We are pleased to announce the release of NvimM {{VERSION}}.
6+
7+
Here are the highlights:
8+
9+
{{#BUILD}}
10+
### Build
11+
{{BUILD_CHANGES}}
12+
{{/BUILD}}
13+
14+
{{#FEATURES}}
15+
## Features
16+
{{FEATURE_CHANGES}}
17+
{{/FEATURES}}
18+
19+
{{#BUGFIXES}}
20+
## Bug Fixes
21+
{{BUGFIX_CHANGES}}
22+
{{/BUGFIXES}}

0 commit comments

Comments
 (0)