mirror of
https://github.com/superhelio/tools.git
synced 2026-01-26 11:24:06 +00:00
22 lines
879 B
Markdown
22 lines
879 B
Markdown
# SuperHelio Tools
|
|
|
|
Collection of cool tools that make life easier.
|
|
|
|
## The tools
|
|
|
|
- [release.sh](release.sh) - [Git Flow](http://nvie.com/posts/a-successful-git-branching-model/) release flow with automatic version bumping and changelog updating.
|
|
- **Requires:** `bash`, `git` and `sed`
|
|
- **Features:**
|
|
- Helps you [keep your CHANGELOG.md up to date](http://keepachangelog.com/): Lists your commit messages, gives you a change to modify results before committing.
|
|
- Supports GitHub and Bitbucket tag comparison urls
|
|
- **Usage:**
|
|
- Commit everything, run `release.sh` and follow directions
|
|
|
|
## Changelog
|
|
|
|
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently. We use [release.sh](release.sh) to update the CHANGELOG.
|
|
|
|
## License
|
|
|
|
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
|