Skip to content

Commit

Permalink
fix typo in readme + add .gitignore + .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Issif committed Dec 2, 2019
1 parent 7366185 commit acb1764
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
src
pkg
src/*
pkg/*
./src
./src/*
./pkg
./pkg/*
dist
dist/*
aws-inventory-graph
22 changes: 22 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -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:'
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ Here the list of currently supported ressources :
}
}
}

```

### Get the Cidr which are allowed for access to DbInstances
Expand Down

0 comments on commit acb1764

Please sign in to comment.