Skip to content

Commit 58714d1

Browse files
authored
chore: prettier breaks the release-please changelog format (#197)
Overriding the release-please templates is not yet supported, but might be a good idea to be able to comply with prettier's markdown styling.
1 parent 93f48ff commit 58714d1

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ repos:
2626
hooks:
2727
- id: prettier
2828
files: \.(md|ya?ml|js|css)$
29+
exclude: ^CHANGELOG.md$
2930

3031
- repo: https://github.com/asottile/pyupgrade
3132
rev: v3.6.0

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## [1.20.0](https://github.com/hetznercloud/hcloud-python/compare/v1.19.0...v1.20.0) (2023-05-12)
44

5+
56
### Features
67

7-
- **server_type:** add field for included traffic ([#185](https://github.com/hetznercloud/hcloud-python/issues/185)) ([8ae0bc6](https://github.com/hetznercloud/hcloud-python/commit/8ae0bc6e032440538f3aeb2222a9bee34adab04b))
8+
* **server_type:** add field for included traffic ([#185](https://github.com/hetznercloud/hcloud-python/issues/185)) ([8ae0bc6](https://github.com/hetznercloud/hcloud-python/commit/8ae0bc6e032440538f3aeb2222a9bee34adab04b))

0 commit comments

Comments
 (0)