feat: add package to auto-generate changelogs

This commit is contained in:
Björn Fromme
2023-11-12 16:56:27 +01:00
parent 286064c739
commit 4632a2e509
3 changed files with 87 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
<?php
return [
'packageBumps' => ['ConventionalChangelog\PackageBump\ComposerJson'],
];
+3 -1
View File
@@ -116,6 +116,7 @@
}, },
"require-dev": { "require-dev": {
"deployer/deployer": "^7.3", "deployer/deployer": "^7.3",
"marcocesarato/php-conventional-changelog": "^1.17",
"phpunit/phpunit": "^9.5", "phpunit/phpunit": "^9.5",
"symfony/browser-kit": "6.3.*", "symfony/browser-kit": "6.3.*",
"symfony/css-selector": "6.3.*", "symfony/css-selector": "6.3.*",
@@ -124,5 +125,6 @@
"symfony/phpunit-bridge": "^6.3", "symfony/phpunit-bridge": "^6.3",
"symfony/stopwatch": "6.3.*", "symfony/stopwatch": "6.3.*",
"symfony/web-profiler-bundle": "6.3.*" "symfony/web-profiler-bundle": "6.3.*"
} },
"version": "0.0.1"
} }
Generated
+78 -1
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "78e56675252a12b859ccf75a9ccda8e2", "content-hash": "df338b352545df0665c61f700f265651",
"packages": [ "packages": [
{ {
"name": "beberlei/doctrineextensions", "name": "beberlei/doctrineextensions",
@@ -9122,6 +9122,83 @@
], ],
"time": "2023-10-27T21:33:56+00:00" "time": "2023-10-27T21:33:56+00:00"
}, },
{
"name": "marcocesarato/php-conventional-changelog",
"version": "1.17.0",
"source": {
"type": "git",
"url": "https://github.com/marcocesarato/php-conventional-changelog.git",
"reference": "9269b0a3198d2107322f9f9a0fca399719825f67"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/marcocesarato/php-conventional-changelog/zipball/9269b0a3198d2107322f9f9a0fca399719825f67",
"reference": "9269b0a3198d2107322f9f9a0fca399719825f67",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": ">=7.1.3",
"symfony/console": "^4 || ^5 || ^6"
},
"require-dev": {
"brainmaestro/composer-git-hooks": "^2.8",
"friendsofphp/php-cs-fixer": "^3.8",
"php-mock/php-mock": "^2.3",
"php-mock/php-mock-phpunit": "^2.6",
"phpunit/phpunit": "^9.6"
},
"bin": [
"conventional-changelog"
],
"type": "library",
"extra": {
"hooks": {
"pre-commit": "composer fix-cs",
"pre-push": "composer check-cs",
"post-merge": "composer install"
}
},
"autoload": {
"psr-4": {
"ConventionalChangelog\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0-or-later"
],
"authors": [
{
"name": "Marco Cesarato",
"email": "[email protected]"
}
],
"description": "Generate changelogs and release notes from a project's commit messages and metadata and automate versioning with semver.org and conventionalcommits.org",
"keywords": [
"changelog",
"commit",
"commits",
"convention",
"conventional",
"conventional-changelog",
"conventional-changelog-preset",
"conventional-commit",
"conventional-commits",
"conventionalcommits",
"generation",
"git",
"history",
"php",
"readme",
"tag"
],
"support": {
"issues": "https://github.com/marcocesarato/php-conventional-changelog/issues",
"source": "https://github.com/marcocesarato/php-conventional-changelog/tree/v1.17.0"
},
"time": "2023-03-26T16:59:30+00:00"
},
{ {
"name": "masterminds/html5", "name": "masterminds/html5",
"version": "2.8.1", "version": "2.8.1",