Skip to content

Commit

Permalink
Merge pull request #930 from ergebnis/feature/schema
Browse files Browse the repository at this point in the history
Enhancement: Update `schema.json`
  • Loading branch information
localheinz committed May 26, 2022
2 parents d4ebdaa + 98fdd16 commit 1711fce
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 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.26.0...main`][2.26.0...main].
For a full diff see [`2.27.0...main`][2.27.0...main].

## [`2.27.0`][2.27.0]

For a full diff see [`2.26.0...2.27.0`][2.26.0...2.27.0].

### Changed

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

## [`2.26.0`][2.26.0]

Expand Down Expand Up @@ -745,6 +753,7 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
[2.25.1]: https://github.com/ergebnis/composer-normalize/releases/tag/2.25.1
[2.25.2]: https://github.com/ergebnis/composer-normalize/releases/tag/2.25.2
[2.26.0]: https://github.com/ergebnis/composer-normalize/releases/tag/2.26.0
[2.27.0]: https://github.com/ergebnis/composer-normalize/releases/tag/2.27.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 @@ -817,7 +826,8 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
[2.25.0...2.25.1]: https://github.com/ergebnis/composer-normalize/compare/2.25.0...2.25.1
[2.25.1...2.25.2]: https://github.com/ergebnis/composer-normalize/compare/2.25.1...2.25.2
[2.25.2...2.26.0]: https://github.com/ergebnis/composer-normalize/compare/2.25.2...2.26.0
[2.26.0...main]: https://github.com/ergebnis/composer-normalize/compare/2.26.0...main
[2.26.0...2.27.0]: https://github.com/ergebnis/composer-normalize/compare/2.26.0...2.27.0
[2.27.0...main]: https://github.com/ergebnis/composer-normalize/compare/2.27.0...main

[#1]: https://github.com/ergebnis/composer-normalize/pull/1
[#2]: https://github.com/ergebnis/composer-normalize/pull/2
Expand Down
2 changes: 1 addition & 1 deletion resource/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": {
"type": "string",
"description": "Package name, including 'vendor-name/' prefix.",
"pattern": "^[a-z0-9]([_.-]?[a-z0-9]+)*/[a-z0-9](([_.]?|-{0,2})[a-z0-9]+)*$"
"pattern": "^[a-z0-9]([_.-]?[a-z0-9]++)*+/[a-z0-9](([_.]|-{1,2})?[a-z0-9]++)*+$"
},
"description": {
"type": "string",
Expand Down

0 comments on commit 1711fce

Please sign in to comment.