phpcq/branch-alias-validation

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

Package info

github.com/phpcq/branch-alias-validation

pkg:composer/phpcq/branch-alias-validation

Fund package maintenance!

discordier

dmolineus

Statistics

Installs: 37 602

Dependents: 4

Suggesters: 0

Stars: 0

Open Issues: 1

1.3.1 2020-09-19 07:49 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 966d932a2641ec849971e5519bdb56340bef4d59

This package is auto-updated.

Last update: 2026-06-19 20:33:42 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