Skip to content

Commit 33a0514

Browse files
chore: release v1.3.2 (#81)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d4867b0 commit 33a0514

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.3.1"}
1+
{".":"1.3.2"}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## [1.3.2](https://github.com/opensource-nepal/commitlint/compare/v1.3.1...v1.3.2) (2025-11-23)
4+
5+
6+
### Bug Fixes
7+
8+
* check only first line for ignoring auto generated commits ([#80](https://github.com/opensource-nepal/commitlint/issues/80)) ([d4867b0](https://github.com/opensource-nepal/commitlint/commit/d4867b0e8f5ac23668c1d2f1299ac25bee9d0580))
9+
310
## [1.3.1](https://github.com/opensource-nepal/commitlint/compare/v1.3.0...v1.3.1) (2025-08-25)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "commitlint"
3-
version = "1.3.1" # x-release-please-version
3+
version = "1.3.2" # x-release-please-version
44
description = "commitlint is a pre-commit hook designed to lint your commit messages according to the Conventional Commits standard."
55
authors = [
66
"Ajesh Sen Thapa <[email protected]>",

src/commitlint/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
NOTE: The version is auto-updated by release-please action.
44
"""
55

6-
__version__ = "1.3.1" # x-release-please-version
6+
__version__ = "1.3.2" # x-release-please-version

0 commit comments

Comments
 (0)