Skip to content

Commit ba06a9d

Browse files
committed
Add template for release notes
1 parent f81fbec commit ba06a9d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/RELEASE_TEMPLATE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# What's new
2+
3+
4+
---
5+
6+
**For installation instructions and further guidance, see [the Getting Started guide on the ntsc-rs website](https://ntsc.rs/docs/getting-started/).**

.github/workflows/build-workspace.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,3 +260,4 @@ jobs:
260260
with:
261261
artifacts: "./artifacts/ntsc-rs-*.zip,./artifacts/ntsc-rs-macos/ntsc-rs-*.pkg"
262262
draft: true
263+
bodyFile: ./.github/RELEASE_TEMPLATE.md

0 commit comments

Comments
 (0)