Skip to content

v0.2.2.0

Latest
Compare
Choose a tag to compare
@MaxymVlasov MaxymVlasov released this 18 Feb 11:20
· 3 commits to stable since this release
20b1e8b
  • 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.