File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 11![ Turborepo Remote Cache] ( https://user-images.githubusercontent.com/6388707/149501949-9a385f04-ec94-45f4-9ea9-d211be123071.png )
22
3-  [](https://github.com/ducktors/turborepo-remote-cache/actions/workflows/build.yml) [](https://github.com/ducktors/turborepo-remote-cache/actions/workflows/release.yml) [](https://github.com/ducktors/turborepo-remote-cache/actions/workflows/docker.yml) [](https://coveralls.io/github/ducktors/turborepo-remote-cache?branch=main) [](https://hub.docker.com/r/fox1t/turborepo-remote-cache) []([https://img.shields.io/npm/dt/turborepo-remote-cache](https://www.npmjs.com/package/turborepo-remote-cache)) <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+  [](https://github.com/ducktors/turborepo-remote-cache/actions/workflows/build.yml) [](https://github.com/ducktors/turborepo-remote-cache/actions/workflows/release.yml) [](https://github.com/ducktors/turborepo-remote-cache/actions/workflows/docker.yml) [](https://coveralls.io/github/ducktors/turborepo-remote-cache?branch=main) [](https://hub.docker.com/r/fox1t/turborepo-remote-cache) []([https://img.shields.io/npm/dt/turborepo-remote-cache](https://www.npmjs.com/package/turborepo-remote-cache)) [](https://github.com/semantic-release/semantic-release) <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
44[ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-9-orange.svg?style=flat-square )] ( #contributors- )
55<!-- ALL-CONTRIBUTORS-BADGE:END -->
66
@@ -45,6 +45,16 @@ It supports several storage providers and deploys environments. Moreover, the pr
4545
4646 ``` npm run dev ```
4747
48+ ## How to commit
49+
50+ This repo uses [ Semantic Release] ( https://github.com/semantic-release/semantic-release ) with Conventional Commits.
51+ Releases are automatically created based on the type of commit message: feat for minor and fix for patch.
52+
53+ ```
54+ feat: new feature ---> 1.x.0
55+ fix: fix a bug ---> 1.0.x
56+ ```
57+
4858## Contributors
4959
5060<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
You can’t perform that action at this time.
0 commit comments