Skip to content

Commit

Permalink
just: stay in sync with remote latest-release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
indygreg committed Apr 19, 2024
1 parent 7071802 commit 324e923
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ release-set-latest-release tag:
#!/usr/bin/env bash
set -euxo pipefail
git fetch origin
git switch latest-release
git reset --hard origin/latest-release
cat << EOF > latest-release.json
{
"version": 1,
Expand Down

0 comments on commit 324e923

Please sign in to comment.