Skip to content

Commit

Permalink
fix(ci): 🩹 ignore generated CHANGElOG.md in pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherStranger committed Mar 31, 2023
1 parent dc0ada8 commit e548e13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ repos:
rev: v0.33.0
hooks:
- id: markdownlint-fix
args:
- "-i"
- "CHANGELOG.md"
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.2
hooks:
Expand Down
6 changes: 0 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
# [1.9.0-rc.1](https://github.com/AnotherStranger/docker-borg-backup/compare/v1.8.1...v1.9.0-rc.1) (2023-03-31)


### Features

* **docs:** :memo: add changelog.md generation to repository ([6fce777](https://github.com/AnotherStranger/docker-borg-backup/commit/6fce777c4ac38383102913ff33038f57cee3c8e7))





# [1.9.0-rc.1](https://github.com/AnotherStranger/docker-borg-backup/compare/v1.8.1...v1.9.0-rc.1) (2023-03-31)


### Features

* **docs:** :memo: add changelog.md generation to repository ([6fce777](https://github.com/AnotherStranger/docker-borg-backup/commit/6fce777c4ac38383102913ff33038f57cee3c8e7))

0 comments on commit e548e13

Please sign in to comment.