Skip to content

Commit bd20c81

Browse files
authored
Release v1.21.0 (#368)
1 parent e9ef5a8 commit bd20c81

File tree

5 files changed

+25
-3
lines changed

5 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
### vNEXT
44

5+
### v1.21.0
6+
57
- **load**: allow to load schema entirely based on `git` [PR #366](https://github.com/kamilkisiela/graphql-inspector/pull/366)
68
- **cli**: open up for every CI solution out there! [PR #366](https://github.com/kamilkisiela/graphql-inspector/pull/366)
79

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM node:10-slim
22

3-
LABEL version="1.20.0"
3+
LABEL version="1.21.0"
44
LABEL repository="http://github.com/kamilkisiela/graphql-inspector"
55
LABEL homepage="http://github.com/kamilkisiela/graphql-inspector"
66
LABEL maintainer="Kamil Kisiela <[email protected]>"
@@ -12,7 +12,7 @@ LABEL com.github.actions.color="orange"
1212

1313
ENV LOG_LEVEL "debug"
1414

15-
RUN yarn global add @graphql-inspector/actions@1.20.0
15+
RUN yarn global add @graphql-inspector/actions@1.21.0
1616

1717
COPY entrypoint.sh /entrypoint.sh
1818

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,16 @@ export default {
210210
}
211211
```
212212

213+
**Pointer to a Git repository**
214+
215+
Example:
216+
217+
graphql-inspector diff git:origin/master:schema.graphql
218+
219+
Pattern:
220+
221+
git:ref:path/to/file
222+
213223
**Pointer to a Github repository**
214224

215225
Example:

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "1.20.0"
4+
"version": "1.21.0"
55
}

packages/cli/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,16 @@ export default {
203203
}
204204
```
205205

206+
**Pointer to a Git repository**
207+
208+
Example:
209+
210+
graphql-inspector diff git:origin/master:schema.graphql
211+
212+
Pattern:
213+
214+
git:ref:path/to/file
215+
206216
**Pointer to a Github repository**
207217

208218
Example:

0 commit comments

Comments
 (0)