Skip to content

Commit

Permalink
Merge pull request #1204 from ergebnis/feature/schema
Browse files Browse the repository at this point in the history
Enhancement: Update `schema.json`
  • Loading branch information
localheinz authored Oct 28, 2023
2 parents fada073 + 86d9439 commit 184d2a1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

For a full diff see [`2.39.0...main`][2.39.0...main].

### Changed

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

## [`2.39.0`][2.39.0]

For a full diff see [`2.38.0...2.39.0`][2.38.0...2.39.0].
Expand Down Expand Up @@ -1160,6 +1164,7 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
[#1191]: https://github.com/ergebnis/composer-normalize/pull/1191
[#1192]: https://github.com/ergebnis/composer-normalize/pull/1192
[#1195]: https://github.com/ergebnis/composer-normalize/pull/1195
[#1204]: https://github.com/ergebnis/composer-normalize/pull/1204

[@core23]: https://github.com/core23
[@dependabot]: https://github.com/dependabot
Expand Down
9 changes: 9 additions & 0 deletions resource/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,15 @@
"additionalProperties": {
"type": "string"
}
},
"scripts-aliases": {
"type": [
"object"
],
"description": "Aliases for custom commands.",
"additionalProperties": {
"type": "array"
}
}
},
"definitions": {
Expand Down

0 comments on commit 184d2a1

Please sign in to comment.