From 3e33aa6df8d79b0a6b193615dfb065009f733a86 Mon Sep 17 00:00:00 2001 From: DoubleU23 <5007050+DoubleU23@users.noreply.github.com> Date: Sat, 15 May 2021 02:15:34 +0200 Subject: [PATCH] ci: dont patch on 'docs' --- .releaserc | 1 - README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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 | - |