From 72a9c93f8a6f65fa59b9fc238c671782dd17f28c Mon Sep 17 00:00:00 2001 From: Yoan VALLET <ext.sopra.yvallet@grandlyon.com> Date: Fri, 5 Feb 2021 17:26:18 +0100 Subject: [PATCH] update README --- README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index 884791cd7..c2642a5d0 100644 --- a/README.md +++ b/README.md @@ -75,21 +75,10 @@ Whenever your app needs to use a given `doctype`, you should: If you want to work on LyonLivingLabEnergy and submit code modifications, feel free to open pull-requests! See the [contributing guide][contribute] for more information about how to properly open pull-requests. -### Commits and releases - -This app uses the [standard-version module][standard-version] to release version automatically. +### Commits You must follow these rules to write your commit messages : [Conventional Commits Specification][conventional-commits] -To make a new release, bump the version in the package.json and create a Git tag, use the following command depending on the needs : - -* `yarn release --first-release` to make the first release (will not bump the version). -* `yarn release` to automatically bump the version based on the last commit types. -* `yarn release --prerelease alpha` to make a pre-release suffixed with 'alpha'. -* `yarn release --release-as patch` to force bump the patch number in the version tag. -* `yarn release --release-as minor` to force bump the minor number in the version tag. -* `yarn release --release-as major` to force bump the major number in the version tag. - ## Community -- GitLab