franiglesias / versiontag

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

Add .Denver file support #1

Closed JavierCane closed 6 years ago

JavierCane commented 6 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.

JavierCane commented 6 years ago

Issue closed in favor of #2 because not being able to edit the issue title 😅