File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -153,6 +153,11 @@ checksum = "sha256:f1d50b97e9ca9167aceb76c14e90b07cde8b6789bc199d5005cfd817a7188
153153size = 8268268
154154url = "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]
157162version = "14.1.1"
158163backend = "aqua:BurntSushi/ripgrep"
Original file line number Diff line number Diff line change @@ -41,13 +41,18 @@ sed -i.bak "s/version = \"[0-9]\+\.[0-9]\+\.[0-9]\+\(-rc\.[0-9]\+\)\?\";$/versio
4141
4242mise run render ::: lint-fix
4343
44+ rm -rf aqua-registry
45+ git clone https://github.com/aquaproj/aqua-registry
46+
4447mise up
48+ git status
4549# cargo update
4650git 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 \
5762git clean -df
5863git checkout -B release
5964git commit -m " chore: release $version "
60- git status
61- git subtree pull --squash --prefix=aqua-registry https://github.com/aquaproj/aqua-registry main
6265git push origin release --force
6366
6467if [[ " $( gh pr list --label release) " == " " ]]; then
You can’t perform that action at this time.
0 commit comments