Skip to content

Commit 22b7fb2

Browse files
committed
chore: version bump to 0.2.0
1 parent 232f552 commit 22b7fb2

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/SECURITY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ We provide security updates and support for the latest stable release of the 'co
88

99
| Version | Supported |
1010
| ------- | ------------------ |
11-
| 0.1.0 | :white_check_mark: |
11+
| 0.2.0 | :white_check_mark: |
1212

1313
## Reporting a Vulnerability
1414

.github/workflows/test_action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
- name: Run commitlint
1616
uses: ./ # Uses an action in the root directory
1717
# or use a released GitHub Action
18-
# uses: opensource-nepal/commitlint@0.1.0
18+
# uses: opensource-nepal/commitlint@0.2.0

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## 0.1.0
3+
## 0.2.0
44

55
- Created commitlint CLI.
66
- Created pre-commit configuration for `commit-msg` hook.

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ commitlint is a tool designed to lint your commit messages according to the [Con
1919
...
2020

2121
- repo: https://github.com/opensource-nepal/commitlint
22-
rev: 0.1.0
22+
rev: 0.2.0
2323
hooks:
2424
- id: commitlint
2525

@@ -42,7 +42,7 @@ If you have any existing workflows, add the following steps:
4242
steps:
4343
...
4444
- name: Run commitlint
45-
uses: opensource-nepal/commitlint@0.1.0
45+
uses: opensource-nepal/commitlint@0.2.0
4646
...
4747
```
4848

@@ -64,7 +64,7 @@ jobs:
6464
- uses: actions/checkout@v4
6565

6666
- name: Run commitlint
67-
uses: opensource-nepal/commitlint@0.1.0
67+
uses: opensource-nepal/commitlint@0.2.0
6868
```
6969
7070
> **_NOTE:_** commitlint GitHub Actions will only be triggered by "push" or "pull_request" events.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = commitlint
3-
version = 0.1.0
3+
version = 0.2.0
44
license = MIT
55
author = opensource-nepal
66

0 commit comments

Comments
 (0)