.editorconfig | |
|
|
.gitattributes | |
|
|
.github/ISSUE_TEMPLATE/bug_report.yml | |
|
|
.github/ISSUE_TEMPLATE/config.yml | |
|
|
.github/ISSUE_TEMPLATE/feature_request.yml | |
|
|
.github/release.yml | |
|
|
.github/settings.yml | |
|
|
.github/workflows/cgl.yaml | |
|
|
.github/workflows/release.yaml | |
|
|
.github/workflows/tests.yaml | |
|
|
.gitignore | |
|
|
.php-cs-fixer.php | 15 | A 0 mins |
|
CODEOWNERS | |
|
|
CONTRIBUTING.md | |
|
|
LICENSE | |
|
|
README.md | |
|
|
composer.json | |
|
|
composer.lock | |
|
|
docs/api.md | |
|
|
docs/cli.md | |
|
|
docs/config-file.md | |
|
|
docs/presets.md | |
|
|
docs/schema.md | |
|
|
docs/version-range.md | |
|
|
phpstan-baseline.neon | |
|
|
phpstan.php | 17 | A 0 mins |
|
phpunit.xml | |
|
|
rector.php | 20 | A 0 mins |
|
renovate.json | |
|
|
res/version-bumper.schema.json | |
|
|
src/Command/BumpVersionCommand.php | 280 | A 0 mins | A 97% |
src/Config/ConfigReader.php | 99 | A 0 mins | A 98% |
src/Config/FilePattern.php | 26 | A 0 mins | A 100% |
src/Config/FileToModify.php | 51 | A 0 mins | C 70% |
src/Config/Preset/BasePreset.php | 19 | A 0 mins | A 100% |
src/Config/Preset/ComposerPackagePreset.php | 47 | A 0 mins | B 84% |
src/Config/Preset/ConfigurablePreset.php | 8 | A 0 mins | F 0% |
src/Config/Preset/ConventionalCommitsPreset.php | 49 | A 3 hrs | B 88% |
src/Config/Preset/NpmPackagePreset.php | 64 | A 0 mins | A 95% |
src/Config/Preset/Preset.php | 10 | A 0 mins | F 0% |
src/Config/Preset/PresetFactory.php | 28 | A 0 mins | A 100% |
src/Config/Preset/Typo3CommitGuidelinesPreset.php | 49 | A 3 hrs | B 88% |
src/Config/Preset/Typo3ExtensionPreset.php | 66 | A 0 mins | A 90% |
src/Config/ReleaseOptions.php | 34 | A 0 mins | F 27% |
src/Config/VersionBumperConfig.php | 61 | A 0 mins | F 58% |
src/Config/VersionRangeIndicator.php | 24 | A 0 mins | F 0% |
src/Config/VersionRangePattern.php | 19 | A 0 mins | F 0% |
src/Enum/OperationState.php | 9 | A 0 mins | F 0% |
src/Enum/VersionRange.php | 66 | A 0 mins | A 100% |
src/Enum/VersionRangeIndicatorStrategy.php | 9 | A 0 mins | F 0% |