diff --git a/.goreleaser.yml b/.goreleaser.yml index 728ce3e..fa6b583 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -26,6 +26,11 @@ checksum: name_template: 'checksums.txt' extra_files: - glob: ./dist/raw/* +release: + github: + owner: KazanExpress + name: tflint-ruleset + signs: - artifacts: checksum args: ["--batch", "-u", "{{ .Env.GPG_FINGERPRINT }}", "--output", "${signature}", "--detach-sign", "${artifact}"] diff --git a/README.md b/README.md index ac28e95..7a4574c 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,10 @@ TODO: This template repository does not contain release binaries, so this instal You can install the plugin with `tflint --init`. Declare a config in `.tflint.hcl` as follows: ```hcl -plugin "template" { +plugin "ke" { enabled = true - version = "0.2.0" + version = "0.3.0" source = "github.com/KazanExpress/tflint-ruleset" signing_key = <