Skip to content

Commit 5ee951e

Browse files
committed
fix: update release configuration
1 parent f7332e0 commit 5ee951e

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
2.1.1 # x-release-please-version

hook/pre-push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
set -euo pipefail
1616

1717
# ── Version ───────────────────────────────────────────────────────────────────
18-
HOOK_VERSION="2.0.0"
18+
HOOK_VERSION="2.1.1" # x-release-please-version
1919
REMOTE_VERSION_URL="https://raw.githubusercontent.com/rootstrap/ai-git-hooks/main/VERSION"
2020
UPDATE_CHECK_CACHE="${HOME}/.push-review-update-check"
2121

release-please-config.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"release-type": "simple",
33
"packages": {
4-
".": {}
4+
".": {
5+
"extra-files": [
6+
"VERSION",
7+
"hook/pre-push"
8+
]
9+
}
510
}
611
}

0 commit comments

Comments
 (0)