Skip to content

Commit 4aee663

Browse files
Add note about conflicts in the changelog
1 parent d02b1e4 commit 4aee663

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/releasing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
git tag v1.3.6
3333
```
3434
1. Merge the release PR into `main`.
35+
* If there are conflicts in the changelog, make sure to place any new changelog entries at the top, above the section for the current release, as these new entries are not part of the current release and should be placed in the "unreleased" section.
3536
* The release PR must be merged before pushing the tag to ensure that we always release a commit that is present on the `main` branch. It's not required that the commit is the head of the `main` branch, but there should be no chance of a future release accidentally not including changes from this release.
3637
1. Push the new tag up:
3738
```bash

0 commit comments

Comments
 (0)