Skip to content

Commit 6f0e1f2

Browse files
chore: auto-update of pre-commit hooks (#298)
* chore: auto-update of pre-commit hooks updates: - [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.23.0 → v9.24.0](alessandrojcm/commitlint-pre-commit-hook@v9.23.0...v9.24.0) - [github.com/igorshubovych/markdownlint-cli: v0.45.0 → v0.47.0](igorshubovych/markdownlint-cli@v0.45.0...v0.47.0) - [github.com/adrienverge/yamllint: v1.37.1 → v1.38.0](adrienverge/yamllint@v1.37.1...v1.38.0) - [github.com/rhysd/actionlint: v1.7.8 → v1.7.11](rhysd/actionlint@v1.7.8...v1.7.11) - [github.com/golangci/golangci-lint: v2.6.2 → v2.9.0](golangci/golangci-lint@v2.6.2...v2.9.0) * chore: fix linter issues --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Walter Scheper <ratlaw@gmail.com>
1 parent af2affc commit 6f0e1f2

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_stages: [pre-commit]
33
exclude: ^tests/data/
44
repos:
55
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
6-
rev: v9.23.0
6+
rev: v9.24.0
77
hooks:
88
- id: commitlint
99
stages: [commit-msg]
@@ -19,22 +19,22 @@ repos:
1919
- id: end-of-file-fixer
2020
- id: trailing-whitespace
2121
- repo: https://github.com/igorshubovych/markdownlint-cli
22-
rev: v0.45.0
22+
rev: v0.47.0
2323
hooks:
2424
- id: markdownlint
2525
exclude: >-
2626
^(docs/arch/adr-template\.md|\.github/ISSUE_TEMPLATE/|\.stentor\.d/)
2727
- repo: https://github.com/adrienverge/yamllint
28-
rev: v1.37.1
28+
rev: v1.38.0
2929
hooks:
3030
- id: yamllint
3131
exclude: ^(.github/workflows/)
3232
- repo: https://github.com/rhysd/actionlint
33-
rev: v1.7.8
33+
rev: v1.7.11
3434
hooks:
3535
- id: actionlint
3636
- repo: https://github.com/golangci/golangci-lint
37-
rev: v2.6.2
37+
rev: v2.9.0
3838
hooks:
3939
- id: golangci-lint
4040
args: [--allow-parallel-runners]

CHANGELOG.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -380,19 +380,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
380380

381381
### Fixed
382382

383-
- Use `--merged` argument to `git tag` so that we only generate tags that point to
384-
parents of HEAD.
383+
- Use `--merged` argument to `git tag`
384+
so that we only generate tags
385+
that point to parents of HEAD.
385386

386387
## [v0.1.1] - 2019/10/12
387388

388389
### Fixed
389390

390391
- Always create annotated tags, otherwise we can't find our own tags.
391-
- Call `git log` with the `--decorate=full` option, so that tags are properly prefixed
392-
with `refs/tags/`
393-
- Remove unnecessary quotes from `git tag` format. These were being included in the
394-
formatted string.
395-
- Address a bug in the cli where we tried to do a release when HEAD is already tagged.
392+
- Call `git log` with the `--decorate=full` option,
393+
so that tags are properly prefixed with `refs/tags/`.
394+
- Remove unnecessary quotes from `git tag` format.
395+
These were being included in the formatted string.
396+
- Address a bug in the cli where we tried to do a release
397+
when HEAD is already tagged.
396398

397399
## [v0.1.0] - 2019/10/11
398400

0 commit comments

Comments
 (0)