Skip to content

Commit 4887896

Browse files
committed
Add git hooks setup.
1 parent c7296a7 commit 4887896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.githooks/pre-push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
../.github/scripts/update-changelog.sh
3+
.github/scripts/update-changelog.sh
44

55
# Intercept exit code from the previous command.
66
exitCode="$?"

0 commit comments

Comments
 (0)