diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..87bacbe --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +src +pkg +src/* +pkg/* +./src +./src/* +./pkg +./pkg/* +dist +dist/* +aws-inventory-graph diff --git a/.goreleaser.yml b/.goreleaser.yml new file mode 100644 index 0000000..f172f23 --- /dev/null +++ b/.goreleaser.yml @@ -0,0 +1,22 @@ +# This is an example goreleaser.yaml file with some sane defaults. +# Make sure to check the documentation at http://goreleaser.com +builds: +- env: + - CGO_ENABLED=0 +archives: +- replacements: + darwin: Darwin + linux: Linux + windows: Windows + 386: i386 + amd64: x86_64 +checksum: + name_template: 'checksums.txt' +snapshot: + name_template: "{{ .Tag }}-next" +changelog: + sort: asc + filters: + exclude: + - '^docs:' + - '^test:' diff --git a/README.md b/README.md index 9fa84c6..d4f0d2f 100644 --- a/README.md +++ b/README.md @@ -266,7 +266,6 @@ Here the list of currently supported ressources : } } } - ``` ### Get the Cidr which are allowed for access to DbInstances