Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Commit

Permalink
releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeerg committed Aug 31, 2020
1 parent 76cba65 commit bc6fe20
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 16 deletions.
7 changes: 3 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,21 @@ scoop:
name: paladin
commit_author:
name: goreleaserbot
email: goreleaser@carlosbecker.com
email: test@test.com
builds:
- id: paladin
goos:
- darwin
- linux
- windows
goarch:
- amd64
goarm:
- "6"
targets:
- linux_amd64
dir: .
main: .
ldflags:
- -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}
-X main.builtBy=goreleaser
binary: paladin
lang: go
archives:
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ test:
go test ./...

test-release:
export VERSION= ${VERSION}
~/go/bin/goreleaser --snapshot --skip-publish --rm-dist
export VERSION=${VERSION}
/usr/local/bin/goreleaser --snapshot --skip-publish --rm-dist
20 changes: 10 additions & 10 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,28 @@ var rootCmd = &cobra.Command{
Paladin
https://github.com/Zeerg/paladin
▒▒
▓▓▒▒▓▓░░
▒▒
▓▓▒▒▓▓░░
▒▒▒▒▒▒▒▒▓▓▓▓██▓▓▓▓▓▓▓▓▓▓
▒▒▓▓▓▓▓▓▓▓▓▓██████████▓▓
▒▒▓▓▓▓▓▓▓▓▓▓██████████▓▓
▒▒▓▓▓▓▓▓▓▓▓▓██████████▓▓
▒▒▓▓▓▓▓▓▓▓▓▓██████████▓▓
▒▒▓▓▓▓▓▓▓▓▓▓████████▓▓░░
▒▒▓▓▓▓▓▓▓▓████████▓▓
▒▒▓▓▓▓▓▓▓▓████████▓▓
▒▒▓▓▓▓▓▓██████▓▓
▓▓▒▒▓▓▓▓████▓▓░░
▒▒▒▒██▓▓▓▓
▒▒▓▓▓▓▓▓▓▓████████▓▓
▒▒▓▓▓▓▓▓▓▓████████▓▓
▒▒▓▓▓▓▓▓██████▓▓
▓▓▒▒▓▓▓▓████▓▓░░
▒▒▒▒██▓▓▓▓
Run attacks against your systems using atomic red
Run att&cks against your systems using atomic red
team from Red Canary and other tools.`,
}

// Execute runs when no command is specified.
func Execute() {

if err := rootCmd.Execute(); err != nil {
fmt.Println(err)
os.Exit(1)
Expand Down

0 comments on commit bc6fe20

Please sign in to comment.