From 8a749d97fdd41f2a381a9d3cf5905497bb51633d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moreno?= Date: Tue, 2 Nov 2021 11:42:33 +0100 Subject: [PATCH] docs: mention semantic-release in README.md --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 46afe48b..d6fc899f 100644 --- a/README.md +++ b/README.md @@ -64,14 +64,7 @@ Once the watcher is up and running, you can run out of sources with: node vsce ``` -### Publish to NPM - -Simply push a new tag and the CI will automatically publish to NPM. The usual flow is: - -```sh -npm version [minor|patch] -git push --follow-tags -``` +This project uses [semantic-release](https://semantic-release.gitbook.io/semantic-release/) and commit messages must follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) spec. This allows us to effortlessly automate releases. ## About