diff --git a/.releaserc b/.releaserc index 153d6df..cbe4782 100644 --- a/.releaserc +++ b/.releaserc @@ -12,7 +12,6 @@ {"type": "build", "release": "patch"}, {"type": "style", "release": "patch"}, {"type": "deps", "release": "patch"}, - {"type": "docs", "release": "patch"}, {"type": "perf", "release": "patch"} ] } diff --git a/README.md b/README.md index e4ec315..7668a34 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Angular's [commit message guidelines](https://github.com/angular/angular/blob/ma | **build** | :hammer_and_wrench: Build System | patch | | **style** | :art: Styling | patch | | **deps** | :package: Dependencies | patch | -| **docs** | :memo: Documentations | patch | +| **docs** | :memo: Documentations | - | | **test** | :white_check_mark: Tests | - | | **refactor** | :building_construction: Refactoring | - | | **ci** | :construction_worker: Continuous Integration | - |