Skip to content

Commit 54a0177

Browse files
committed
Try to MkDocs rendering
1 parent e07319e commit 54a0177

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/maintainers/releases.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,23 @@ Examples:
4747
branch)
4848

4949

50+
5051
* `1.7.1`: first release of the 1.7.x series (`release` branch)
5152

5253

54+
5355
* `1.7.2.0`: development for second release of 1.7.x series (`stable` branch)
5456
* `1.7.2.1`: release candidate for second release of 1.7.x series (`stable`
5557
branch)
5658

5759

60+
5861
* `1.7.3`: second release of 1.7.x series (`release` branch)
5962
* `1.7.3.1`: first hackage-only patch of 1.7.3 (`release` branch)
6063
* `1.7.3.2`: second hackage-only patch of 1.7.3 (`release` branch)
6164

6265

66+
6367
* `1.8.0`: unstable development code (`master` branch)
6468
* `1.8.0.20181004`: pre-release snapshot of unstable version (`master` branch)
6569

@@ -76,9 +80,11 @@ Examples:
7680
nightly (go over the extra-deps too) and ensure the project builds and tests
7781
pass. For example:
7882

83+
7984
~~~
8085
$ stack build --stack-yaml=… --haddock --test --bench --no-run-benchmarks
8186
~~~
87+
8288
7. Ensure integration tests pass on a Windows, macOS, and Linux. Do so by
8389
checking that the latest nightly build for the `master` branch succeeded in
8490
Azure DevOps (or kick one off manually if any significant changes were made
@@ -111,6 +117,7 @@ branch.
111117
will be the next final (non-RC) release (e.g. `v2.1.1`).
112118
* add new "Unreleased changes" section:
113119
120+
114121
~~~
115122
## Unreleased changes
116123
@@ -233,6 +240,7 @@ Edit the draft
233240
* For final releases (**not** release candidates) get the list of contributors
234241
to the release and add it to the description. For example, use:
235242
243+
236244
~~~
237245
$ git shortlog -s origin/release..HEAD|sed $'s/^[0-9 \t]*/* /'|grep -v azure-pipelines|LC_ALL=C sort -f
238246
~~~
@@ -308,6 +316,7 @@ In either the `stable` branch or, in the case of a release candidate, the
308316
* `ChangeLog.md`: Add an “Unreleased changes” section (update the “changes
309317
since” version):
310318
319+
311320
~~~
312321
## Unreleased changes
313322
@@ -357,6 +366,7 @@ Update the fpco/stack-build Docker images with new version:
357366
containing (where `X.Z` is the previous LTS version, and `X.Y.Z` is the newly
358367
released Stack version):
359368
369+
360370
~~~
361371
FROM $DOCKER_REPO:lts-X.Z
362372
ARG STACK_VERSION=X.Y.Z
@@ -366,12 +376,14 @@ Update the fpco/stack-build Docker images with new version:
366376
* Run `./build.sh lts-X.Y` and then test that the new image has the new version
367377
of Stack. For example:
368378
379+
369380
~~~
370381
$ docker run --rm fpco/stack-build:lts stack --version
371382
~~~
372383
373384
* Run the following command to push the new image to the registry:
374385
386+
375387
~~~
376388
$ ./build.sh --push lts-X.Y
377389
$ ./build.sh --push --small lts-X.Y

0 commit comments

Comments
 (0)