Skip to content

Commit 74a2aa8

Browse files
committed
Update MAINTAINER_GUIDE
1 parent 384181d commit 74a2aa8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/MAINTAINER_GUIDE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,18 @@ to go:
1818
* Running `stack build` a second time on either stack or wai is a no-op
1919
* Build something that depends on `happy` (suggestion: `hlint`), since `happy`
2020
has special logic for moving around the `dist` directory
21+
* Check for any important changes that missed getting an entry in Changelog
2122
* In release candidate branch:
2223
* Bump the version number (to even second-to-last component) in the .cabal
2324
file
2425
* Update the ChangeLog:
2526
* Rename the "unreleased changes" section to the new version
2627
* Check for any entries that snuck into the previous version's changes
2728
due to merges
28-
* Check the Git log for any Changelog entries that were missed
2929
* In master branch:
3030
* Bump version to next odd second-to-last component
3131
* Add new "unreleased changes" secion in changelog
3232
* Bump to use latest LTS version
33-
* Check for any important changes that missed getting an entry in Changelog
3433
* Review documentation for any changes that need to be made
3534
* Search for old Stack version, unstable stack version, and the next
3635
"obvious" version in sequence (if doing a non-obvious jump) and replace

0 commit comments

Comments
 (0)