You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update changelog guidelines to prevent conflicts from blocking PRs (rust-windowing#2145)
* Update changelog guidelines to prevent conflicts from blocking PRs
As per consensus in rust-windowing#2135
* Add note about whitespace in changelog
* Add note about maintainer creating new tag
Copy file name to clipboardexpand all lines: CHANGELOG.md
+8
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
# Changelog
2
+
3
+
All notable changes to this project will be documented in this file.
4
+
5
+
Please keep one empty line before and after all headers. (This is required for `git` to produce a conflict when a release is made while a PR is open and the PR's changelog entry would go into the wrong section).
6
+
7
+
And please only add new entries to the top of this list, right below the `# Unreleased` header.
8
+
1
9
# Unreleased
2
10
3
11
-**Breaking:** Rename the `Exit` variant of `ControlFlow` to `ExitWithCode`, which holds a value to control the exit code after running. Add an `Exit` constant which aliases to `ExitWithCode(0)` instead to avoid major breakage. This shouldn't affect most existing programs.
0 commit comments