Skip to content

Commit 1d8da0e

Browse files
committed
Try to fix the problems with MkDocs rendering
1 parent 54a0177 commit 1d8da0e

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed

doc/maintainers/releases.md

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ Examples:
8181
pass. For example:
8282

8383

84-
~~~
85-
$ stack build --stack-yaml=… --haddock --test --bench --no-run-benchmarks
86-
~~~
84+
~~~
85+
$ stack build --stack-yaml=… --haddock --test --bench --no-run-benchmarks
86+
~~~
8787

8888
7. Ensure integration tests pass on a Windows, macOS, and Linux. Do so by
8989
checking that the latest nightly build for the `master` branch succeeded in
@@ -118,21 +118,21 @@ branch.
118118
* add new "Unreleased changes" section:
119119

120120

121-
~~~
122-
## Unreleased changes
121+
~~~
122+
## Unreleased changes
123123

124-
Release notes:
124+
Release notes:
125125

126-
**Changes since vX.Y.Z:**
126+
**Changes since vX.Y.Z:**
127127

128-
Major changes:
128+
Major changes:
129129

130-
Behavior changes:
130+
Behavior changes:
131131

132-
Other enhancements:
132+
Other enhancements:
133133

134-
Bug fixes:
135-
~~~
134+
Bug fixes:
135+
~~~
136136

137137
### D: In the release candidate branch
138138

@@ -241,9 +241,9 @@ Edit the draft
241241
to the release and add it to the description. For example, use:
242242

243243

244-
~~~
245-
$ git shortlog -s origin/release..HEAD|sed $'s/^[0-9 \t]*/* /'|grep -v azure-pipelines|LC_ALL=C sort -f
246-
~~~
244+
~~~
245+
$ git shortlog -s origin/release..HEAD|sed $'s/^[0-9 \t]*/* /'|grep -v azure-pipelines|LC_ALL=C sort -f
246+
~~~
247247

248248
Publish the GitHub release.
249249

@@ -317,21 +317,21 @@ In either the `stable` branch or, in the case of a release candidate, the
317317
since” version):
318318

319319

320-
~~~
321-
## Unreleased changes
320+
~~~
321+
## Unreleased changes
322322

323-
Release notes:
323+
Release notes:
324324

325-
**Changes since vX.Y.Z:**
325+
**Changes since vX.Y.Z:**
326326

327-
Major changes:
327+
Major changes:
328328

329-
Behavior changes:
329+
Behavior changes:
330330

331-
Other enhancements:
331+
Other enhancements:
332332

333-
Bug fixes:
334-
~~~
333+
Bug fixes:
334+
~~~
335335

336336
### G: Update the repository's issue and pull request templates
337337

@@ -367,24 +367,24 @@ Update the fpco/stack-build Docker images with new version:
367367
released Stack version):
368368

369369

370-
~~~
371-
FROM $DOCKER_REPO:lts-X.Z
372-
ARG STACK_VERSION=X.Y.Z
373-
RUN wget -qO- https://github.com/commercialhaskell/stack/releases/download/v$STACK_VERSION/stack-$STACK_VERSION-linux-x86_64.tar.gz | tar xz --wildcards --strip-components=1 -C /usr/local/bin '*/stack'
374-
~~~
370+
~~~
371+
FROM $DOCKER_REPO:lts-X.Z
372+
ARG STACK_VERSION=X.Y.Z
373+
RUN wget -qO- https://github.com/commercialhaskell/stack/releases/download/v$STACK_VERSION/stack-$STACK_VERSION-linux-x86_64.tar.gz | tar xz --wildcards --strip-components=1 -C /usr/local/bin '*/stack'
374+
~~~
375375

376376
* Run `./build.sh lts-X.Y` and then test that the new image has the new version
377377
of Stack. For example:
378378

379379

380-
~~~
381-
$ docker run --rm fpco/stack-build:lts stack --version
382-
~~~
380+
~~~
381+
$ docker run --rm fpco/stack-build:lts stack --version
382+
~~~
383383

384384
* Run the following command to push the new image to the registry:
385385

386386

387-
~~~
388-
$ ./build.sh --push lts-X.Y
389-
$ ./build.sh --push --small lts-X.Y
390-
~~~
387+
~~~
388+
$ ./build.sh --push lts-X.Y
389+
$ ./build.sh --push --small lts-X.Y
390+
~~~

0 commit comments

Comments
 (0)