Skip to content

Commit

Permalink
fix(release): dont patch on 'docs'
Browse files Browse the repository at this point in the history
  • Loading branch information
DoubleU23 committed May 15, 2021
1 parent 603daed commit 8b59d15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
{"type": "build", "release": "patch"},
{"type": "style", "release": "patch"},
{"type": "deps", "release": "patch"},
{"type": "docs", "release": "patch"},
{"type": "perf", "release": "patch"}
]
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | - |
Expand Down

0 comments on commit 8b59d15

Please sign in to comment.