auto-tag
Automatically create a release tag based on the date.
Installation
git clone [email protected]:jwaldrip:auto-tag.git
cd auto-tag
shards build --release -o /usr/local/bin/auto-tag
Usage
# Within a git repo
GITHUB_TOKEN=abc123 auto-tag
Contributing
- Fork it ( https://github.com/jwaldrip/auto-tag/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- [jwaldrip] Jason Waldrip - creator, maintainer