Skip to content
Permalink
Browse files

adding pre-commit script to githooks

  • Loading branch information...
shawnmjones committed Jul 16, 2018
1 parent ff1ad79 commit 5400f5d5c5ad45b44eb06ace74a7941eddbbb0dc
Showing with 10 additions and 1 deletion.
  1. +9 −0 githooks/pre-commit
  2. +1 −1 mementoembed/version.py
@@ -0,0 +1,9 @@
#!/bin/sh
#
# To enable this hook, rename this file to "pre-commit".

echo PWD is $PWD

$PWD/raiseversion.sh

git add mementoembed/version.py
@@ -1,3 +1,3 @@
__appname__ = "MementoEmbed"
__appversion__ = '0.2018.07.16.2209'
__appversion__ = '0.2018.07.16.2210'
__useragent__ = "{}/{}".format(__appname__, __appversion__)

0 comments on commit 5400f5d

Please sign in to comment.
You can’t perform that action at this time.