franiglesias / versiontag

Bash command to automate tag semantic versioning
MIT License
46 stars 13 forks source link

Add .semver file support #2

Closed JavierCane closed 5 years ago

JavierCane commented 5 years ago

Would it be ok adding support for .semver file?

Example: https://github.com/CodelyTV/php-bootstrap/blob/master/.semver

Purpose: Explicitly inform about the usage of Semantic Versioning adding the file in the root path of the project.

Expected behavior: the script would also update the file contents.

franiglesias commented 5 years ago

I’ll try :)