Skip to content

Commit

Permalink
Updated githooks
Browse files Browse the repository at this point in the history
  • Loading branch information
bostrot committed Aug 4, 2022
1 parent 4253651 commit 809231b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .githooks/pre-push
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ git add -f build/windows/runner/Release/data
git commit -m "Update version number to $version"

# Remove the msix_config from pubspec.yaml
sed -i '/^# start git-block-ignore/,/^# end git-block-ignore/{/^123/!d}' pubspec.yaml
sed -i '/^# start git-block-ignore/,/^# end git-block-ignore/{/^123/!d}' pubspec.yaml

git push --no-verify

0 comments on commit 809231b

Please # to comment.