From 91eba85a430de5ba5b8fc5e70b3bfdaa6bfc5fd7 Mon Sep 17 00:00:00 2001 From: Mickael Date: Sun, 27 Jul 2025 01:43:39 +0200 Subject: [PATCH 1/2] chore: exclude changelog.md from markdownlint --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 16e0d517d6666208fcc076fe7cd086af9a8439ee Mon Sep 17 00:00:00 2001 From: mickael Date: Sun, 27 Jul 2025 02:09:39 +0200 Subject: [PATCH 2/2] chore: fix changelog format --- CHANGELOG.md | 6 ------ 1 file changed, 6 deletions(-) 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))