Skip to content

Commit

Permalink
Merge pull request #2 from vaimo/feature/composer-changelogs-1.0
Browse files Browse the repository at this point in the history
Require vaimo/composer-changelogs: ^1.0
  • Loading branch information
urmo authored May 4, 2022
2 parents b8b03e4 + cea24be commit 6b02048
Show file tree
Hide file tree
Showing 4 changed files with 345 additions and 60 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@

_This file has been auto-generated from the contents of changelog.json_

## 1.6.0
## 1.7.1

require vaimo/composer-changelogs: ^1.0
Links: [src](https://github.com/vaimo/composer-repository-bundle/tree/1.7.1) [diff](https://github.com/vaimo/composer-repository-bundle/compare/1.7.0...1.7.1)

## 1.7.0 (2022-04-13)

composer 2.3 support
Links: [src](https://github.com/vaimo/composer-repository-bundle/tree/1.7.0) [diff](https://github.com/vaimo/composer-repository-bundle/compare/1.6.0...1.7.0)

## 1.6.0 (2019-02-20)

### Feature

Expand Down
10 changes: 10 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
{
"1.7.1": {
"overview": [
"require vaimo/composer-changelogs: ^1.0"
]
},
"1.7.0": {
"overview": [
"composer 2.3 support"
]
},
"1.6.0": {
"feature": [
"allow glob patterns in repository path definitions to support deeper/grouped repository setups"
Expand Down
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"composer-plugin-api": "^1.0 || ^2.0"
},
"require-dev": {
"vaimo/composer-changelogs": "^0.13.1"
"vaimo/composer-changelogs": "^1.0"
},
"support": {
"source": "https://github.com/vaimo/composer-repository-bundle",
Expand Down Expand Up @@ -45,5 +45,10 @@
"psr-4": {
"Vaimo\\ComposerRepositoryBundle\\": "src"
}
},
"config": {
"allow-plugins": {
"vaimo/composer-changelogs": true
}
}
}
Loading

0 comments on commit 6b02048

Please sign in to comment.