Skip to content

Commit

Permalink
Fix release target
Browse files Browse the repository at this point in the history
  • Loading branch information
george-angel committed Jan 10, 2025
1 parent a2cff52 commit a2a7626
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 @@ -8,6 +8,6 @@ release:
@sd '(default\s*=\s*").+(" # MAKE_RELEASE_MARKER)' '$${1}$(VERSION)$${2}' $$(rg -l '# MAKE_RELEASE_MARKER' terraform/)
@git add -- terraform/
@git commit -m "Release $(VERSION)"
@sd '(default\s*=\s*").+(" # MAKE_RELEASE_MARKER)' '$${1}latest${2}' $$(rg -l '# MAKE_RELEASE_MARKER' terraform/)
@sd '(default\s*=\s*").+(" # MAKE_RELEASE_MARKER)' '$${1}latest$${2}' $$(rg -l '# MAKE_RELEASE_MARKER' terraform/)
@git add -- terraform/
@git commit -m "Clean up release $(VERSION)"

0 comments on commit a2a7626

Please sign in to comment.