Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 565 Bytes

readme.md

File metadata and controls

24 lines (12 loc) · 565 Bytes

contents

bash scripts

git semantic versioning tags automation

generate next tag

Will prompt the user propousing the next tag, then will apply it, and push.

see script

prune old tags

Script usage.

If passed first parameter must be the lower tag to preserve, must be an integer.

If no argument passed the user will be prompted for confirmation on any tag in the repository.

This solution is more secure than dealing on tag date, since could not be consistent with version progression.

see script