From c5b7f439f2329ad1288363028af70890aa7ddeae Mon Sep 17 00:00:00 2001 From: Alexander Vakrilov Date: Fri, 6 Dec 2019 11:42:18 +0200 Subject: [PATCH] docs: fix codeblocks (#8173) --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a7f5d5ca0..c0057faaa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -266,6 +266,7 @@ tag the release and update the CHANGELOG.md. Don't forget to check the auto-gene cd nativescript-core npm --no-git-tag-version version [major|minor|patch] -m "release: cut the %s release" cd .. +``` 5. Execute [`npm version`](https://docs.npmjs.com/cli/version) to bump the version of `tns-core-modules`, tag the release and update the CHANGELOG.md. Don't forget to check the auto-generated CHANGELOG.md