We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b818965 commit 44ad810Copy full SHA for 44ad810
.pre-commit-config.yaml
@@ -89,7 +89,7 @@ repos:
89
hooks:
90
- id: markdownlint
91
description: 'Lint markdown files.'
92
- args: ['--disable=line-length']
+ args: ['--disable=line-length', '--ignore=CHANGELOG.md']
93
94
- repo: https://github.com/astral-sh/ruff-pre-commit
95
rev: v0.12.2
CHANGELOG.md
@@ -2,12 +2,6 @@
2
3
## [0.2.0](https://github.com/coderamp-labs/gitingest/compare/v0.1.5...v0.2.0) (2025-07-26)
4
5
-
6
-### ⚠ BREAKING CHANGES
7
8
-*
9
10
11
### Features
12
13
* `include_submodules` option ([#313](https://github.com/coderamp-labs/gitingest/issues/313)) ([38c2317](https://github.com/coderamp-labs/gitingest/commit/38c23171a14556a2cdd05c0af8219f4dc789defd))
0 commit comments