contao-community-alliance/build-system-tool-branch-alias-validation
This package is abandoned and no longer maintained.
The author suggests using the phpcq/branch-alias-validation package instead.
Validation tool to ensure that all branches are ahead of the most recent tag.
Maintainers
Package info
github.com/contao-community-alliance-archive/build-system-tool-branch-alias-validation
pkg:composer/contao-community-alliance/build-system-tool-branch-alias-validation
1.0.4
2014-11-03 15:53 UTC
Requires
- php: >=5.3.4
- contao-community-alliance/build-system-repository-git: ~1.0
- symfony/console: ~2.3
Requires (Dev)
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT d8396e347fcc584367a3bd0bdc9e71feb38bfc8e
- Tristan Lins <tristan.lins.woop@bit3.de>
- Christian Schiffler <c.schiffler.woop@cyberspectrum.de>
This package is not auto-updated.
Last update: 2022-02-01 12:39:18 UTC
README
👁 Version
👁 Stable Build Status
👁 Upstream Build Status
👁 License
👁 Downloads
Validate branch alias against latest tag.
This is useful to ensure that no branch alias is "behind" the most recent tag on the given branch for the alias.
Usage
Add to your composer.json in the require-dev section:
"contao-community-alliance/build-system-tool-branch-alias-validation": "~1.0"
Call the binary:
./vendor/bin/validate-branch-alias.php
Optionally pass the root of the git repository to check:
./vendor/bin/validate-branch-alias.php /path/to/some/git/repository
