Skip to content

Commit

Permalink
chore: auto update Swift plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Sep 25, 2023
1 parent 3dd45a1 commit ab1a89b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ version:
@read -p "New version: " version
sed -i "s/const version = .*/const version = \"$$version\"/" internal/version/version.go
sed -i "s/VERSION := .*/VERSION := $$version/" packaging/Makefile
sed -i "s/lefthook-plugin.git\", exact: \".*\"/lefthook-plugin.git\", exact: \"$$version\"/" docs/install.md
make -C packaging clean set-version
git add internal/version/version.go packaging/*
git add internal/version/version.go packaging/* docs/install.md

0 comments on commit ab1a89b

Please sign in to comment.