Skip to content

Commit

Permalink
Merge pull request #754 from ergebnis/feature/schema
Browse files Browse the repository at this point in the history
Enhancement: Update schema.json
  • Loading branch information
localheinz authored Jun 15, 2021
2 parents 7360a3b + 075b9e0 commit d469a15
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.14.0...main`][2.14.0...main].
For a full diff see [`2.15.0...main`][2.15.0...main].

## [`2.15.0`][2.15.0]

For a full diff see [`2.14.0...2.15.0`][2.14.0...2.15.0].

### Changed

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

## [`2.14.0`][2.14.0]

Expand Down Expand Up @@ -584,6 +592,7 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
[2.13.3]: https://github.com/ergebnis/composer-normalize/releases/tag/2.13.3
[2.13.4]: https://github.com/ergebnis/composer-normalize/releases/tag/2.13.4
[2.14.0]: https://github.com/ergebnis/composer-normalize/releases/tag/2.14.0
[2.15.0]: https://github.com/ergebnis/composer-normalize/releases/tag/2.15.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 @@ -640,7 +649,8 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
[2.13.2...2.13.3]: https://github.com/ergebnis/composer-normalize/compare/2.13.2...2.13.3
[2.13.3...2.13.4]: https://github.com/ergebnis/composer-normalize/compare/2.13.3...2.13.4
[2.13.4...2.14.0]: https://github.com/ergebnis/composer-normalize/compare/2.13.4...2.14.0
[2.14.0...main]: https://github.com/ergebnis/composer-normalize/compare/2.14.0...main
[2.14.0...2.15.0]: https://github.com/ergebnis/composer-normalize/compare/2.14.0...2.15.0
[2.15.0...main]: https://github.com/ergebnis/composer-normalize/compare/2.15.0...main

[#1]: https://github.com/ergebnis/composer-normalize/pull/1
[#2]: https://github.com/ergebnis/composer-normalize/pull/2
Expand Down Expand Up @@ -721,6 +731,7 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
[#743]: https://github.com/ergebnis/composer-normalize/pull/743
[#744]: https://github.com/ergebnis/composer-normalize/pull/744
[#750]: https://github.com/ergebnis/composer-normalize/pull/750
[#754]: https://github.com/ergebnis/composer-normalize/pull/754

[@core23]: https://github.com/core23
[@dependabot]: https://github.com/dependabot
Expand Down
5 changes: 3 additions & 2 deletions resource/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -274,9 +274,10 @@
"bin-compat": {
"enum": [
"auto",
"full"
"full",
"symlink"
],
"description": "The compatibility of the binaries, defaults to \"auto\" (automatically guessed) and can be \"full\" (compatible with both Windows and Unix-based systems)."
"description": "The compatibility of the binaries, defaults to \"auto\" (automatically guessed), can be \"full\" (compatible with both Windows and Unix-based systems) and \"symlink\" (symlink also for WSL)."
},
"discard-changes": {
"type": [
Expand Down

0 comments on commit d469a15

Please sign in to comment.