We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16bb6ac commit ff882ecCopy full SHA for ff882ec
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.1.1 (2021-01-03)
2
+
3
+- [#24](https://github.com/terraform-linters/tflint-ruleset-aws/pull/24): Setup GoReleaser
4
5
# 0.1.0 (2021-01-03)
6
7
Initial release 🎉
project/main.go
@@ -3,7 +3,7 @@ package project
import "fmt"
// Version is ruleset version
-const Version string = "0.1.0"
+const Version string = "0.1.1"
8
// ReferenceLink returns the rule reference link
9
func ReferenceLink(name string) string {
0 commit comments