@@ -75,21 +75,10 @@ Whenever your app needs to use a given `doctype`, you should:
...
@@ -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.
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
### Commits
This app uses the [standard-version module][standard-version] to release version automatically.
You must follow these rules to write your commit messages : [Conventional Commits Specification][conventional-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.