2016-08-15 13:40:57 +03:00
2016-08-15 12:26:04 +03:00
2016-08-15 12:26:36 +03:00
2016-08-15 13:31:06 +03:00
2016-08-15 13:40:57 +03:00
2016-08-15 12:28:46 +03:00

SuperHelio Tools

Collection of cool tools that make life easier.

The tools

  • release.sh - Git Flow release flow with automatic version bumping and changelog updating.
    • Requires: bash, git and sed
    • Features:
      • Helps you keep your CHANGELOG.md up to date: 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

How to use in your project

We try to keep this as easy as possible to include to your projects, so we are open to pull requests.

Currently we have composer.json that installs the tools to your vendor/bin folder, you can include the project as git submodule or just copy the files to your project. Which ever works best for you.

Changelog

Please see CHANGELOG for more information what has changed recently. We use release.sh to update the CHANGELOG.

License

The MIT License (MIT). Please see License File for more information.

Description
No description provided
Readme 70 KiB
Languages
Shell 100%