Skip to content

Commit fc8db01

Browse files
committed
Re commercialhaskell#6490 Update release guide for backward compatability
1 parent 44688df commit fc8db01

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

doc/maintainers/releases.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -67,26 +67,29 @@ Examples:
6767

6868
4. Check the copyright dates, and update if needed.
6969

70-
5. Ensure CI matrices in docs (travis-complex, appveyor, azure) have current
70+
5. Check the backwards compatability section of `CONTRIBUTING.md` is up to
71+
date.
72+
73+
6. Ensure CI matrices in docs (travis-complex, appveyor, azure) have current
7174
stackage snapshots and GHC versions (e.g.
7275
https://github.com/commercialhaskell/stack/pull/4565/files)
7376

74-
6. Update any `stack-*.yaml` that uses a `nightly` snapshot to the latest
77+
7. Update any `stack-*.yaml` that uses a `nightly` snapshot to the latest
7578
nightly (go over the extra-deps too) and ensure the project builds and tests
7679
pass. For example, command:
7780

7881
~~~text
7982
stack build --stack-yaml=… --haddock --test --bench --no-run-benchmarks
8083
~~~
8184
82-
7. The Windows installer is built using an
85+
8. The Windows installer is built using an
8386
[NSIS compiler](https://nsis.sourceforge.io/Main_Page). Check that the NSIS
8487
compiler that will be used is capable of handling
8588
[large strings](https://nsis.sourceforge.io/Special_Builds).
8689
87-
8. Ensure the integration tests pass on Linux, macOS and Windows.
90+
9. Ensure the integration tests pass on Linux, macOS and Windows.
8891
89-
9. Some people prefer, or need, to build Stack with Cabal (the tool). Check
92+
10. Some people prefer, or need, to build Stack with Cabal (the tool). Check
9093
that `cabal.project` is up to date (the specified `with-compiler:`). Check
9194
that `cabal.config` is up to date and is not missing dependencies relevant
9295
on Windows and non-Windows operating systems, following the instructions in

0 commit comments

Comments
 (0)