phpcq/branch-alias-validation

Validation tool to ensure that all branches are ahead of the most recent tag.

Fund package maintenance!
discordier
dmolineus

Installs: 37 413

Dependents: 4

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 1

Open Issues: 1

pkg:composer/phpcq/branch-alias-validation

1.3.1 2020-09-19 07:49 UTC

This package is auto-updated.

Last update: 2025-09-19 18:35:54 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:

"phpcq/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