Skip to content

v0.2.0

Compare
Choose a tag to compare
@MaxymVlasov MaxymVlasov released this 08 Jan 11:24
· 8 commits to stable since this release

Fixed bugs:

  • "git commit -m" not work correctly
  • Required python3.6 on ubuntu 16.04 something goes wrong
  • Enforce lowercase for issue_type
  • Fix some issues with "Init commit"

New features:

  • Rewrites all to BASH 4
  • Added check for "No new line at the end of file"
  • Added integration with github issues feature
  • Got jira space from github organization
  • Made changeable settings
  • Automate removing whitespaces, and make 1 newline at EOF

Improve documentation, refactored to Google Shell Style Guide and implement many recommendations from shellcheck

How to update to new version:

git fetch --all && git checkout v0.2.0 2>/dev/null && git status

If you see HEAD detached at v0.2.0 - update is successfully completed.