Skip to content

Commit

Permalink
Release v1.0.0-RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
george-angel committed May 20, 2022
1 parent 25d8d24 commit 6e9b521
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.PHONY: release
release:
@sd '(^\s*default\s*=\s*")([\d.v]+)("$$)' '$${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 = "0.1.0"
default = "v1.0.0-RC3"
}

variable "version_url" {
Expand Down

0 comments on commit 6e9b521

Please sign in to comment.