diff --git a/README.md b/README.md index 884791cd76edc182693e792aea7845c1711f2545..c2642a5d061dc667f7ad80f33ea0305ec5f2816a 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