Skip to content

Commit a79f1a5

Browse files
committed
docs: add more infos on how to release
1 parent 65e4533 commit a79f1a5

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -234,26 +234,34 @@ Commit that change before creating the new version without `--dry-run`.
234234

235235
```sh
236236
npm login
237+
nvm use (if you have nvm installed)
237238
```
238239

239240
```sh
240241
yarn clean
241242
yarn install
242-
yarn run build
243+
yarn build
243244
yarn test
244245
yarn run publish --otp <one-time password>
245246
```
246247

248+
#### Create Github release
249+
250+
1. Copy changelog entry for the new version
251+
1. Create release for the new tag: https://github.com/conventional-changelog/commitlint/releases
252+
1. Post in the [commitlint Slack-channel][12]
253+
247254
#### Publish a `next` release
248255

249256
```sh
250257
npm login
258+
nvm use (if you have nvm installed)
251259
```
252260

253261
```sh
254262
yarn clean
255263
yarn install
256-
yarn run build
264+
yarn build
257265
yarn test
258266
npx lerna publish --conventional-commits --dist-tag next --otp <one-time password>
259267
```

0 commit comments

Comments
 (0)