-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Marco Cesarato
committed
Apr 15, 2021
1 parent
71722bd
commit 843b4bf
Showing
4 changed files
with
97 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,68 +1,68 @@ | ||
{ | ||
"name": "marcocesarato/php-conventional-changelog", | ||
"description": "Generate changelogs and release notes from a project's commit messages and metadata and automate versioning with semver.org and conventionalcommits.org", | ||
"version": "1.9.10", | ||
"type": "library", | ||
"license": "GPL-3.0-or-later", | ||
"minimum-stability": "stable", | ||
"bin": [ | ||
"conventional-changelog" | ||
], | ||
"keywords": [ | ||
"conventional-changelog", | ||
"readme", | ||
"generation", | ||
"git", | ||
"php", | ||
"conventional-commit", | ||
"conventional-commits", | ||
"conventionalcommits", | ||
"changelog", | ||
"history", | ||
"tag", | ||
"commit", | ||
"commits", | ||
"conventional", | ||
"convention", | ||
"conventional-changelog-preset" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Marco Cesarato", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"autoload": { | ||
"psr-4": { | ||
"ConventionalChangelog\\": "src/" | ||
} | ||
}, | ||
"scripts": { | ||
"changelog": "php conventional-changelog", | ||
"check-cs": "php-cs-fixer fix --dry-run --format=txt --verbose --diff --diff-format=udiff --config=.php_cs", | ||
"fix-cs": "php-cs-fixer fix --config=.php_cs --verbose", | ||
"release": "php conventional-changelog --commit", | ||
"release:patch": "php conventional-changelog --commit --patch", | ||
"release:minor": "php conventional-changelog --commit --minor", | ||
"release:major": "php conventional-changelog --commit --major", | ||
"hooks": "cghooks", | ||
"post-install-cmd": "cghooks add --ignore-lock", | ||
"post-update-cmd": "cghooks update" | ||
}, | ||
"require-dev": { | ||
"friendsofphp/php-cs-fixer": "^2.18", | ||
"brainmaestro/composer-git-hooks": "^2.8" | ||
}, | ||
"require": { | ||
"php": ">=7.1.3", | ||
"ext-json": "*", | ||
"symfony/console": "^4 || ^5" | ||
}, | ||
"extra": { | ||
"hooks": { | ||
"pre-commit": "composer fix-cs", | ||
"pre-push": "composer check-cs", | ||
"post-merge": "composer install" | ||
} | ||
} | ||
} | ||
{ | ||
"name": "marcocesarato/php-conventional-changelog", | ||
"description": "Generate changelogs and release notes from a project's commit messages and metadata and automate versioning with semver.org and conventionalcommits.org", | ||
"version": "1.10.0", | ||
"type": "library", | ||
"license": "GPL-3.0-or-later", | ||
"minimum-stability": "stable", | ||
"bin": [ | ||
"conventional-changelog" | ||
], | ||
"keywords": [ | ||
"conventional-changelog", | ||
"readme", | ||
"generation", | ||
"git", | ||
"php", | ||
"conventional-commit", | ||
"conventional-commits", | ||
"conventionalcommits", | ||
"changelog", | ||
"history", | ||
"tag", | ||
"commit", | ||
"commits", | ||
"conventional", | ||
"convention", | ||
"conventional-changelog-preset" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Marco Cesarato", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"autoload": { | ||
"psr-4": { | ||
"ConventionalChangelog\\": "src/" | ||
} | ||
}, | ||
"scripts": { | ||
"changelog": "php conventional-changelog", | ||
"check-cs": "php-cs-fixer fix --dry-run --format=txt --verbose --diff --diff-format=udiff --config=.php_cs", | ||
"fix-cs": "php-cs-fixer fix --config=.php_cs --verbose", | ||
"release": "php conventional-changelog --commit", | ||
"release:patch": "php conventional-changelog --commit --patch", | ||
"release:minor": "php conventional-changelog --commit --minor", | ||
"release:major": "php conventional-changelog --commit --major", | ||
"hooks": "cghooks", | ||
"post-install-cmd": "cghooks add --ignore-lock", | ||
"post-update-cmd": "cghooks update" | ||
}, | ||
"require-dev": { | ||
"friendsofphp/php-cs-fixer": "^2.18", | ||
"brainmaestro/composer-git-hooks": "^2.8" | ||
}, | ||
"require": { | ||
"php": ">=7.1.3", | ||
"ext-json": "*", | ||
"symfony/console": "^4 || ^5" | ||
}, | ||
"extra": { | ||
"hooks": { | ||
"pre-commit": "composer fix-cs", | ||
"pre-push": "composer check-cs", | ||
"post-merge": "composer install" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters