Skip to content

Commit

Permalink
chore: prepare release
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Faoro <[email protected]>
  • Loading branch information
lfaoro committed Sep 4, 2022
1 parent 653e46a commit b0fafb7
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ scan.log
tb
*.log
*.toml

dist/
26 changes: 26 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
before:
hooks:
# You may remove this if you don't use go modules.
- go mod tidy
# you may remove this if you don't need go generate
- go generate ./...
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- darwin
archives:
- replacements:
darwin: Darwin
linux: Linux
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
4 changes: 2 additions & 2 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ func init() {
func App() {
app := &cli.App{
Name: "trailblaze",
Usage: "pentest tools",
Version: "v0.1",
Usage: " TrailBlaze - SSH Pentest & Audit",
Version: "v0.1.0",
Compiled: time.Now(),
Copyright: "(c) Leonardo Faoro",

Expand Down

0 comments on commit b0fafb7

Please sign in to comment.