Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sirosen committed Mar 31, 2024
1 parent 3303169 commit 5b2d2d9
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 23 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ Unreleased

.. vendor-insert-here
- Update vendored schemas (2024-03-31)
0.28.1
------

- Update vendored schemas: buildkite, cloudbuild, dependabot, github-actions,
github-workflows, gitlab-ci, renovate, woodpecker-ci (2024-03-31)

0.28.0
------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ files.

```yaml
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.0
rev: 0.28.1
hooks:
- id: check-github-workflows
args: ["--verbose"]
Expand Down
4 changes: 2 additions & 2 deletions docs/optional_parsers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For example,
.. code-block:: yaml
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.0
rev: 0.28.1
hooks:
- id: check-renovate
additional_dependencies: ['pyjson5']
Expand All @@ -45,7 +45,7 @@ For example,
.. code-block:: yaml
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.0
rev: 0.28.1
hooks:
- id: check-jsonschema
name: 'Check GitHub Workflows'
Expand Down
36 changes: 18 additions & 18 deletions docs/precommit_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You must specify a schema using pre-commit ``args`` configuration.
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.0
rev: 0.28.1
hooks:
- id: check-jsonschema
files: ^data/.*\.json$
Expand All @@ -34,7 +34,7 @@ Validate JSON Schema files against their matching metaschema, as specified in th
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.0
rev: 0.28.1
hooks:
- id: check-metaschema
files: ^schemas/.*\.json$
Expand All @@ -52,7 +52,7 @@ Validate Azure Pipelines config against the schema provided by Microsoft
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.0
rev: 0.28.1
hooks:
- id: check-azure-pipelines
Expand All @@ -66,7 +66,7 @@ Validate Bamboo Specs against the schema provided by SchemaStore
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.0
rev: 0.28.1
hooks:
- id: check-bamboo-spec
Expand All @@ -80,7 +80,7 @@ Validate Bitbucket Pipelines against the schema provided by SchemaStore
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.0
rev: 0.28.1
hooks:
- id: check-bitbucket-pipelines
Expand All @@ -94,7 +94,7 @@ Validate Buildkite Pipelines against the schema provided by Buildkite
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.0
rev: 0.28.1
hooks:
- id: check-buildkite
Expand All @@ -108,7 +108,7 @@ Validate Google Cloud Build config against the schema provided by SchemaStore
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.0
rev: 0.28.1
hooks:
- id: check-cloudbuild
Expand All @@ -122,7 +122,7 @@ Validate Dependabot Config (v2) against the schema provided by SchemaStore
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.0
rev: 0.28.1
hooks:
- id: check-dependabot
Expand All @@ -136,7 +136,7 @@ Validate Drone-CI Config against the schema provided by SchemaStore
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.0
rev: 0.28.1
hooks:
- id: check-drone-ci
Expand All @@ -150,7 +150,7 @@ Validate GitHub Actions against the schema provided by SchemaStore
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.0
rev: 0.28.1
hooks:
- id: check-github-actions
Expand All @@ -164,7 +164,7 @@ Validate GitHub Workflows against the schema provided by SchemaStore
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.0
rev: 0.28.1
hooks:
- id: check-github-workflows
Expand All @@ -178,7 +178,7 @@ Validate GitLab CI config against the schema provided by SchemaStore
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.0
rev: 0.28.1
hooks:
- id: check-gitlab-ci
Expand All @@ -192,7 +192,7 @@ Validate ReadTheDocs config against the schema provided by ReadTheDocs
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.0
rev: 0.28.1
hooks:
- id: check-readthedocs
Expand All @@ -206,7 +206,7 @@ Validate Renovate config against the schema provided by Renovate (does not suppo
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.0
rev: 0.28.1
hooks:
- id: check-renovate
Expand All @@ -220,7 +220,7 @@ Validate Travis Config against the schema provided by SchemaStore
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.0
rev: 0.28.1
hooks:
- id: check-travis
Expand All @@ -234,7 +234,7 @@ Validate Woodpecker Config against the schema provided by SchemaStore
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.0
rev: 0.28.1
hooks:
- id: check-woodpecker-ci
Expand All @@ -260,7 +260,7 @@ manually, you could do this:
.. code-block:: yaml
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.0
rev: 0.28.1
hooks:
- id: check-jsonschema
name: "Check GitHub Workflows"
Expand All @@ -279,7 +279,7 @@ To check with the builtin schema that a GitHub workflow sets
.. code-block:: yaml
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.0
rev: 0.28.1
hooks:
- id: check-jsonschema
name: "Check GitHub Workflows set timeout-minutes"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = check-jsonschema
version = 0.28.0
version = 0.28.1
description = A jsonschema CLI and pre-commit hook
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 5b2d2d9

Please sign in to comment.