Skip to content

Commit ed9b101

Browse files
committed
Bump version for release
1 parent 51fc917 commit ed9b101

File tree

6 files changed

+22
-19
lines changed

6 files changed

+22
-19
lines changed

CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Unreleased
1010

1111
.. vendor-insert-here
1212
13+
0.22.0
14+
------
15+
1316
- Update vendored schemas (2023-03-08)
1417
- The ``check-dependabot`` hook now also supports ``.github/dependabot.yaml``
1518
Thanks :user:`noorul`!

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ showvars:
1515
release:
1616
git tag -s "$(PKG_VERSION)" -m "v$(PKG_VERSION)"
1717
-git push $(shell git rev-parse --abbrev-ref @{push} | cut -d '/' -f1) refs/tags/$(PKG_VERSION)
18-
tox run -e publish-release
18+
# tox run -e publish-release
1919

2020
.PHONY: collated-test-report
2121
collated-test-report:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ files.
2323

2424
```yaml
2525
- repo: https://github.com/python-jsonschema/check-jsonschema
26-
rev: 0.21.0
26+
rev: 0.22.0
2727
hooks:
2828
- id: check-github-workflows
2929
```

docs/optional_parsers.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For example,
2020
.. code-block:: yaml
2121
2222
- repo: https://github.com/python-jsonschema/check-jsonschema
23-
rev: 0.21.0
23+
rev: 0.22.0
2424
hooks:
2525
- id: check-renovate
2626
additional_dependencies: ['pyjson5']
@@ -39,7 +39,7 @@ For example,
3939
.. code-block:: yaml
4040
4141
- repo: https://github.com/python-jsonschema/check-jsonschema
42-
rev: 0.21.0
42+
rev: 0.22.0
4343
hooks:
4444
- id: check-jsonschema
4545
name: 'Check GitHub Workflows'

docs/precommit_usage.rst

+14-14
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You must specify a schema using pre-commit ``args`` configuration.
1717
:caption: example config
1818
1919
- repo: https://github.com/python-jsonschema/check-jsonschema
20-
rev: 0.21.0
20+
rev: 0.22.0
2121
hooks:
2222
- id: check-jsonschema
2323
files: ^data/.*\.json$
@@ -34,7 +34,7 @@ Validate JSON Schema files against their matching metaschema, as specified in th
3434
:caption: example config
3535
3636
- repo: https://github.com/python-jsonschema/check-jsonschema
37-
rev: 0.21.0
37+
rev: 0.22.0
3838
hooks:
3939
- id: check-metaschema
4040
files: ^schemas/.*\.json$
@@ -52,7 +52,7 @@ Validate Azure Pipelines config against the schema provided by Microsoft
5252
:caption: example config
5353
5454
- repo: https://github.com/python-jsonschema/check-jsonschema
55-
rev: 0.21.0
55+
rev: 0.22.0
5656
hooks:
5757
- id: check-azure-pipelines
5858
@@ -66,7 +66,7 @@ Validate Bamboo Specs against the schema provided by SchemaStore
6666
:caption: example config
6767
6868
- repo: https://github.com/python-jsonschema/check-jsonschema
69-
rev: 0.21.0
69+
rev: 0.22.0
7070
hooks:
7171
- id: check-bamboo-spec
7272
@@ -80,7 +80,7 @@ Validate Buildkite Pipelines against the schema provided by Buildkite
8080
:caption: example config
8181
8282
- repo: https://github.com/python-jsonschema/check-jsonschema
83-
rev: 0.21.0
83+
rev: 0.22.0
8484
hooks:
8585
- id: check-buildkite
8686
@@ -94,7 +94,7 @@ Validate Dependabot Config (v2) against the schema provided by SchemaStore
9494
:caption: example config
9595
9696
- repo: https://github.com/python-jsonschema/check-jsonschema
97-
rev: 0.21.0
97+
rev: 0.22.0
9898
hooks:
9999
- id: check-dependabot
100100
@@ -108,7 +108,7 @@ Validate GitHub Actions against the schema provided by SchemaStore
108108
:caption: example config
109109
110110
- repo: https://github.com/python-jsonschema/check-jsonschema
111-
rev: 0.21.0
111+
rev: 0.22.0
112112
hooks:
113113
- id: check-github-actions
114114
@@ -122,7 +122,7 @@ Validate GitHub Workflows against the schema provided by SchemaStore
122122
:caption: example config
123123
124124
- repo: https://github.com/python-jsonschema/check-jsonschema
125-
rev: 0.21.0
125+
rev: 0.22.0
126126
hooks:
127127
- id: check-github-workflows
128128
@@ -136,7 +136,7 @@ Validate GitLab CI config against the schema provided by SchemaStore
136136
:caption: example config
137137
138138
- repo: https://github.com/python-jsonschema/check-jsonschema
139-
rev: 0.21.0
139+
rev: 0.22.0
140140
hooks:
141141
- id: check-gitlab-ci
142142
@@ -150,7 +150,7 @@ Validate ReadTheDocs config against the schema provided by ReadTheDocs
150150
:caption: example config
151151
152152
- repo: https://github.com/python-jsonschema/check-jsonschema
153-
rev: 0.21.0
153+
rev: 0.22.0
154154
hooks:
155155
- id: check-readthedocs
156156
@@ -164,7 +164,7 @@ Validate Renovate config against the schema provided by Renovate (does not suppo
164164
:caption: example config
165165
166166
- repo: https://github.com/python-jsonschema/check-jsonschema
167-
rev: 0.21.0
167+
rev: 0.22.0
168168
hooks:
169169
- id: check-renovate
170170
@@ -178,7 +178,7 @@ Validate Travis Config against the schema provided by SchemaStore
178178
:caption: example config
179179
180180
- repo: https://github.com/python-jsonschema/check-jsonschema
181-
rev: 0.21.0
181+
rev: 0.22.0
182182
hooks:
183183
- id: check-travis
184184
@@ -204,7 +204,7 @@ manually, you could do this:
204204
.. code-block:: yaml
205205
206206
- repo: https://github.com/python-jsonschema/check-jsonschema
207-
rev: 0.21.0
207+
rev: 0.22.0
208208
hooks:
209209
- id: check-jsonschema
210210
name: "Check GitHub Workflows"
@@ -223,7 +223,7 @@ To check with the builtin schema that a GitHub workflow sets
223223
.. code-block:: yaml
224224
225225
- repo: https://github.com/python-jsonschema/check-jsonschema
226-
rev: 0.21.0
226+
rev: 0.22.0
227227
hooks:
228228
- id: check-jsonschema
229229
name: "Check GitHub Workflows set timeout-minutes"

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = check-jsonschema
3-
version = 0.21.0
3+
version = 0.22.0
44
description = A jsonschema CLI and pre-commit hook
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)