nickjj/ansigenome

The reqs command could read in versions from a VERSION file

Closed this issue · 1 comments

Use case:

You have 80 roles and want to keep track of the versions. Versioning the requirements file by hand is tedious.

Solution:

Each role has a VERSION file which is a git tag. When you run the reqs command with -v|--version it will read in that version and write it out to the requirements file.

Roles that are unversioned by either an empty VERSION file or no VERSION file will be written out as master for the version.

Fixed in v0.4.0.