Skip to content

Commit

Permalink
Fixup: Do not run increase_version during make release
Browse files Browse the repository at this point in the history
  • Loading branch information
sustmi committed Nov 2, 2023
1 parent b8a8f6d commit c0ecfc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ locales: $(po_files)
increase_version:
jq --indent 4 ".version |= .+1" < metadata.json | sponge metadata.json

release: increase_version zip
release: zip

zip: all
rm -f historymanager-prefix-search.zip
Expand Down

0 comments on commit c0ecfc1

Please sign in to comment.