Skip to content

Commit 1b5933f

Browse files
author
Robert Jackson
committed
Tweak release template to pass markdownlint.
* Remove duplicated blank lines * Ensure all code blocks have a language specified * Ensure no headers have duplicated values
1 parent 7a01aab commit 1b5933f

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

release-template.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
# Release
1+
# Release Process
22

33
Releases are mostly automated using
44
[release-it](https://github.com/release-it/release-it/) and
55
[lerna-changelog](https://github.com/lerna/lerna-changelog/).
66

7-
87
## Preparation
98

109
Since the majority of the actual release process is automated, the primary
@@ -25,14 +24,13 @@ When reviewing merged PR's the labels to be used are:
2524
* internal - Used for internal changes that still require a mention in the
2625
changelog/release notes.
2726

28-
2927
## Release
3028

3129
Once the prep work is completed, the actual release is straight forward:
3230

3331
* First, ensure that you have installed your projects dependencies:
3432

35-
```
33+
```sh
3634
{{INSTALL_DEPENDENCIES}}
3735
```
3836

@@ -51,7 +49,7 @@ Once the prep work is completed, the actual release is straight forward:
5149

5250
* And last (but not least 😁) do your release.
5351

54-
```
52+
```sh
5553
npx release-it
5654
```
5755

0 commit comments

Comments
 (0)