diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 529d352a..4e3b4d86 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -89,7 +89,7 @@ repos: hooks: - id: markdownlint description: 'Lint markdown files.' - args: ['--disable=line-length'] + args: ['--disable=line-length', '--ignore=CHANGELOG.md'] - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.12.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 009ff527..551b7769 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,6 @@ ## [0.2.0](https://github.com/coderamp-labs/gitingest/compare/v0.1.5...v0.2.0) (2025-07-26) - -### ⚠ BREAKING CHANGES - -* -* - ### Features * `include_submodules` option ([#313](https://github.com/coderamp-labs/gitingest/issues/313)) ([38c2317](https://github.com/coderamp-labs/gitingest/commit/38c23171a14556a2cdd05c0af8219f4dc789defd))