Skip to content

Commit 2ee589f

Browse files
chore(main): release 1.3.0 (#255)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f38a151 commit 2ee589f

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.3.0](https://github.com/jef/conventional-commits-pr-action/compare/v1.2.1...v1.3.0) (2025-07-21)
4+
5+
6+
### Features
7+
8+
* implement subject pattern ([#254](https://github.com/jef/conventional-commits-pr-action/issues/254)) ([3eb7399](https://github.com/jef/conventional-commits-pr-action/commit/3eb7399ab767df153c8499d9dccf7af11eabb438))
9+
310
## [1.2.1](https://github.com/jef/conventional-commits-pr-action/compare/v1.2.0...v1.2.1) (2025-02-12)
411

512

@@ -48,4 +55,4 @@
4855
### Features
4956

5057
* add comment toggle ability ([#2](https://www.github.com/jef/conventional-commits-pr-action/issues/2)) ([b6b3642](https://www.github.com/jef/conventional-commits-pr-action/commit/b6b3642a5bba63f443ee0430ae21f5e2a59d081a))
51-
* initial commit ([cb9c21c](https://www.github.com/jef/conventional-commits-pr-action/commit/cb9c21c8a9d11e311fe4d3c06c502a9c0fea82da))
58+
* initial commit ([cb9c21c](https://www.github.com/jef/conventional-commits-pr-action/commit/cb9c21c8a9d11e311fe4d3c06c502a9c0fea82da))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jef/conventional-commits-pr-action",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "Lints pull requests based on Conventional Commits and Jira tickets",
55
"license": "MIT",
66
"repository": "jef/conventional-commits-pr-action",

0 commit comments

Comments
 (0)