File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -234,26 +234,34 @@ Commit that change before creating the new version without `--dry-run`.
234
234
235
235
``` sh
236
236
npm login
237
+ nvm use (if you have nvm installed)
237
238
```
238
239
239
240
``` sh
240
241
yarn clean
241
242
yarn install
242
- yarn run build
243
+ yarn build
243
244
yarn test
244
245
yarn run publish --otp < one-time password>
245
246
```
246
247
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
+
247
254
#### Publish a ` next ` release
248
255
249
256
``` sh
250
257
npm login
258
+ nvm use (if you have nvm installed)
251
259
```
252
260
253
261
``` sh
254
262
yarn clean
255
263
yarn install
256
- yarn run build
264
+ yarn build
257
265
yarn test
258
266
npx lerna publish --conventional-commits --dist-tag next --otp < one-time password>
259
267
```
You can’t perform that action at this time.
0 commit comments