We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7332e0 commit 5ee951eCopy full SHA for 5ee951e
3 files changed
VERSION
@@ -1 +1 @@
1
-1.0.0
+2.1.1 # x-release-please-version
hook/pre-push
@@ -15,7 +15,7 @@
15
set -euo pipefail
16
17
# ── Version ───────────────────────────────────────────────────────────────────
18
-HOOK_VERSION="2.0.0"
+HOOK_VERSION="2.1.1" # x-release-please-version
19
REMOTE_VERSION_URL="https://raw.githubusercontent.com/rootstrap/ai-git-hooks/main/VERSION"
20
UPDATE_CHECK_CACHE="${HOME}/.push-review-update-check"
21
release-please-config.json
@@ -1,6 +1,11 @@
{
2
"release-type": "simple",
3
"packages": {
4
- ".": {}
+ ".": {
5
+ "extra-files": [
6
+ "VERSION",
7
+ "hook/pre-push"
8
+ ]
9
+ }
10
}
11
0 commit comments