Skip to content

Commit 6b5b6d6

Browse files
committed
Bump version to 1.1.1
1 parent 4f4166b commit 6b5b6d6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: GitLint
2323
steps:
2424
- name: Lint commits, branches, and pull requests
25-
uses: aschbacd/[email protected].0
25+
uses: aschbacd/[email protected].1
2626
```
2727
2828
### Example configuration for Jira
@@ -44,7 +44,7 @@ jobs:
4444
name: GitLint
4545
steps:
4646
- name: Lint commits, branches, and pull requests
47-
uses: aschbacd/[email protected].0
47+
uses: aschbacd/[email protected].1
4848
with:
4949
re-commit-message-subject: ^(\[[A-Z]+\-[0-9]+\] )?[A-Z].*((?!\.).)$
5050
re-pull-request-title: ^(\[[A-Z]+\-[0-9]+\] )?[A-Z].*((?!\.).)$

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitlint-action",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "This GitHub Action ensures that your naming conventions for commits, branches, and pull requests are being respected.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)