Skip to content

Releases: pdffiller/styleguide-hooks

v0.2.2.0

18 Feb 11:20
20b1e8b
Compare
Choose a tag to compare
  • Add autoupdate mechanizm (#20)

Now every week styleguide-hooks automatically on branch checkout will make git fetch for new tags and ask you if found new version.

You can redefine how often check should prepare by CHECK_FOR_UPDATES_EVERY variable.

How to update to new version:

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

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

v0.2.1.1

12 Feb 14:13
519013d
Compare
Choose a tag to compare
  • Add warning for commits that have more 1000 changes (#21)

This warning cann't be permanently disabled. And if you'd like force strict mode - set FORСE_WARNING_TO_ERROR="enabled" - then no way to commit any changes >= 1000

  • Fix keyboard layout error in v0.2.1.0

How to update to new version:

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

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

v0.2.0.1

28 Jan 17:20
6f39aa6
Compare
Choose a tag to compare

Fix bug #28 - before not be allowed branch names like
issue_type / path_to_folder / Jira or GitHub issue ID / short_description

v0.2.0

08 Jan 11:24
Compare
Choose a tag to compare

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.

v0.1.0

15 Nov 09:37
Compare
Choose a tag to compare

Basic git hooks with many limitation and bugs