Skip to content

Commit dd4947c

Browse files
committed
chore(aqua-registry): replace subtree logic with simpler git clone method
1 parent 5ea6750 commit dd4947c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

‎mise.lock‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,11 @@ checksum = "sha256:f1d50b97e9ca9167aceb76c14e90b07cde8b6789bc199d5005cfd817a7188
153153
size = 8268268
154154
url = "https://github.com/pre-commit/pre-commit/releases/download/v4.3.0/pre-commit-4.3.0.pyz"
155155

156+
[tools.pre-commit.platforms.macos-arm64]
157+
checksum = "sha256:f1d50b97e9ca9167aceb76c14e90b07cde8b6789bc199d5005cfd817a718878c"
158+
size = 8268268
159+
url = "https://github.com/pre-commit/pre-commit/releases/download/v4.3.0/pre-commit-4.3.0.pyz"
160+
156161
[tools.ripgrep]
157162
version = "14.1.1"
158163
backend = "aqua:BurntSushi/ripgrep"

‎xtasks/release-plz‎

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,18 @@ sed -i.bak "s/version = \"[0-9]\+\.[0-9]\+\.[0-9]\+\(-rc\.[0-9]\+\)\?\";$/versio
4141

4242
mise run render ::: lint-fix
4343

44+
rm -rf aqua-registry
45+
git clone https://github.com/aquaproj/aqua-registry
46+
4447
mise up
48+
git status
4549
# cargo update
4650
git add \
4751
Cargo.lock \
4852
Cargo.toml \
4953
CHANGELOG.md \
5054
README.md \
55+
aqua-registry \
5156
default.nix \
5257
packaging/rpm/mise.spec \
5358
mise.usage.kdl \
@@ -57,8 +62,6 @@ git add \
5762
git clean -df
5863
git checkout -B release
5964
git commit -m "chore: release $version"
60-
git status
61-
git subtree pull --squash --prefix=aqua-registry https://github.com/aquaproj/aqua-registry main
6265
git push origin release --force
6366

6467
if [[ "$(gh pr list --label release)" == "" ]]; then

0 commit comments

Comments
 (0)