Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Update schema.json #572

Merged
merged 2 commits into from Oct 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 13 additions & 2 deletions CHANGELOG.md
Expand Up @@ -6,7 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

For a full diff see [`2.8.2...main`][2.8.2...main].
For a full diff see [`2.9.0...main`][2.9.0...main].

## [`2.9.0`][2.9.0]

For a full diff see [`2.8.2...2.9.0`][2.8.2...2.9.0].

### Changed

* Updated `schema.json` ([#572]), by [@ergebnis-bot]

## [`2.8.2`][2.8.2]

Expand Down Expand Up @@ -452,6 +460,7 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
[2.8.0]: https://github.com/ergebnis/composer-normalize/releases/tag/2.8.0
[2.8.1]: https://github.com/ergebnis/composer-normalize/releases/tag/2.8.1
[2.8.2]: https://github.com/ergebnis/composer-normalize/releases/tag/2.8.2
[2.9.0]: https://github.com/ergebnis/composer-normalize/releases/tag/2.9.0

[81bc3a8...0.1.0]: https://github.com/ergebnis/composer-normalize/compare/81bc3a8...0.1.0
[0.1.0...0.2.0]: https://github.com/ergebnis/composer-normalize/compare/0.1.0...0.2.0
Expand Down Expand Up @@ -495,7 +504,8 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
[2.7.0...2.8.0]: https://github.com/ergebnis/composer-normalize/compare/2.7.0...2.8.0
[2.8.0...2.8.1]: https://github.com/ergebnis/composer-normalize/compare/2.8.0...2.8.1
[2.8.1...2.8.2]: https://github.com/ergebnis/composer-normalize/compare/2.8.1...2.8.2
[2.8.2...main]: https://github.com/ergebnis/composer-normalize/compare/2.8.2...main
[2.8.2...2.9.0]: https://github.com/ergebnis/composer-normalize/compare/2.8.2...2.9.0
[2.9.0...main]: https://github.com/ergebnis/composer-normalize/compare/2.9.0...main

[#1]: https://github.com/ergebnis/composer-normalize/pull/1
[#2]: https://github.com/ergebnis/composer-normalize/pull/2
Expand Down Expand Up @@ -559,6 +569,7 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
[#526]: https://github.com/ergebnis/composer-normalize/pull/526
[#529]: https://github.com/ergebnis/composer-normalize/pull/529
[#554]: https://github.com/ergebnis/composer-normalize/pull/554
[#572]: https://github.com/ergebnis/composer-normalize/pull/572

[@core23]: https://github.com/core23
[@dependabot]: https://github.com/dependabot
Expand Down
6 changes: 3 additions & 3 deletions resource/schema.json
Expand Up @@ -414,7 +414,7 @@
],
"description": "A set of additional repositories where packages can be found.",
"additionalProperties": {
"oneOf": [
"anyOf": [
{
"$ref": "#/definitions/repository"
},
Expand All @@ -427,7 +427,7 @@
]
},
"items": {
"oneOf": [
"anyOf": [
{
"$ref": "#/definitions/repository"
},
Expand Down Expand Up @@ -782,7 +782,7 @@
},
"repository": {
"type": "object",
"oneOf": [
"anyOf": [
{
"$ref": "#/definitions/composer-repository"
},
Expand Down