Skip to content

Commit

Permalink
Release v1.0.0-RC4
Browse files Browse the repository at this point in the history
  • Loading branch information
george-angel committed May 20, 2022
1 parent 5155076 commit 9c5e48e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.PHONY: release
release:
@sd '(^\s*default\s*=\s*")([\d.v]+)("$$)' '$${1}$(VERSION)$${3}' terraform/variables.tf
@sd '(^\s*default\s*=\s*")([\w.-]+)("$$)' '$${1}$(VERSION)$${3}' terraform/variables.tf
@git add -- terraform/variables.tf
@git commit -m "Release $(VERSION)"
2 changes: 1 addition & 1 deletion terraform/variables.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variable "release_version" {
default = "v1.0.0-RC3"
default = "v1.0.0-RC4"
}

variable "version_url" {
Expand Down

0 comments on commit 9c5e48e

Please sign in to comment.