mirror of
https://github.com/vitovt/obsidian-csv-modern-codeblock.git
synced 2026-07-22 06:13:52 +00:00
docs: document release notes files
This commit is contained in:
parent
1b7b50caff
commit
8a1622025e
1 changed files with 10 additions and 0 deletions
10
release-notes/README.md
Normal file
10
release-notes/README.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Release Notes
|
||||
|
||||
Create one Markdown file per release tag, named exactly after the version:
|
||||
|
||||
```text
|
||||
release-notes/1.2.0.md
|
||||
release-notes/1.2.1.md
|
||||
```
|
||||
|
||||
When a version tag is pushed, the release workflow uses the matching file as the GitHub release description. The file must be committed before the tag is pushed.
|
||||
Loading…
Reference in a new issue