File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 30
30
python3 -m mdformat CHANGELOG.md
31
31
32
32
- name : Commit changes
33
- uses : stefanzweifel/git-auto-commit-action@v4
33
+ uses : stefanzweifel/git-auto-commit-action@v5
34
34
id : make-commit
35
35
with :
36
36
branch : release/${{ github.event.inputs.tag }}
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
### Changed
11
11
12
12
- Changed minimum Python version to 3.8.X
13
+ - Requires Pylint 3.0
13
14
14
15
### Fixed
15
16
@@ -33,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
33
34
- Update ` pre-commit/pre-commit-hooks ` hook to v4.5.0
34
35
- Update ` psf/black ` hook to v23.11.0
35
36
- Update ` yamllint ` hook to v1.33.0
37
+ - Update GitHub Action ` stefanzweifel/git-auto-commit-action ` to v5
36
38
37
39
## [ v1.4.1] - 2022-05-04
38
40
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ python_requires = >=3.8
28
28
setup_requires =
29
29
setuptools_scm[toml]
30
30
install_requires =
31
- pylint>=2
31
+ pylint>=3.0
32
32
33
33
[options.extras_require]
34
34
test =
You can’t perform that action at this time.
0 commit comments