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.

1.0.4 2014-11-03 15:53 UTC

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