mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
release-notes: use CHANGELOG.md
Add a file CHANGELOG.md in the root Subsurface directory and track this file with the `-text merge=union` attribute. This prevents merge conflicts if release notes are added on top of the file by different commits. Also, make ReleaseNotes/ReleaseNotes.txt point to that file. Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
parent
d031fbf2ea
commit
6437a2e18e
4 changed files with 23 additions and 25 deletions
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -27,8 +27,8 @@
|
|||
<!-- Include sample dive log or other relevant information to allow testing the change where feasible. -->
|
||||
|
||||
### Release note:
|
||||
<!-- Describe if this change needs a release note present in ReleaseNotes/ReleaseNotes.txt. -->
|
||||
<!-- Also, please make sure to update the ReleaseNotes/ReleaseNotes.txt file itself. -->
|
||||
<!-- Describe if this change needs a release note present in CHANGELOG.md. -->
|
||||
<!-- Also, please make sure to add the release note on top of the file CHANGELOG.md. -->
|
||||
|
||||
### Documentation change:
|
||||
<!-- If this PR makes changes to user functionality, then the documentation has to be updated too. -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue