From 48d925b71d1ab3a1897f7d7840a71e15aa986145 Mon Sep 17 00:00:00 2001 From: Alexander Vakrilov Date: Fri, 6 Dec 2019 11:12:38 +0200 Subject: [PATCH] docs: fix codeblocks --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a7f5d5ca03..c0057faaa5 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