Skip to content

Commit

Permalink
chore(release): 1.2.6 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.6](v1.2.5...v1.2.6) (2025-01-29)

### Bug Fixes

* **deps:** update module github.com/spf13/pflag to v1.0.6 ([4af8dc0](4af8dc0))
  • Loading branch information
semantic-release-bot committed Jan 29, 2025
1 parent 4af8dc0 commit 59b97ec
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.2.6](https://github.com/timo-reymann/gitlab-ci-verify/compare/v1.2.5...v1.2.6) (2025-01-29)


### Bug Fixes

* **deps:** update module github.com/spf13/pflag to v1.0.6 ([4af8dc0](https://github.com/timo-reymann/gitlab-ci-verify/commit/4af8dc099b3d90376bb2c6defa9c2e7a08a78be3))

## [1.2.5](https://github.com/timo-reymann/gitlab-ci-verify/compare/v1.2.4...v1.2.5) (2025-01-27)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ docker run --rm -it -v $PWD:/workspace -e GITLAB_TOKEN="your token" timoreymann/

```yaml
- repo: https://github.com/timo-reymann/gitlab-ci-verify
rev: v1.2.5
rev: v1.2.6
hooks:
- id: gitlab-ci-verify
```
Expand Down
2 changes: 1 addition & 1 deletion python_wrapper/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "gitlab-ci-verify"
version = "1.2.5"
version = "1.2.6"
description = "Validate and lint your gitlab ci files using ShellCheck, the Gitlab API and curated checks"
authors = [
{ name = "Timo Reymann", email = "[email protected]" }
Expand Down

0 comments on commit 59b97ec

Please sign in to comment.