Skip to content

Commit

Permalink
Removed goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
ainsleyclark committed Dec 30, 2021
1 parent 0721e42 commit bdf87ca
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 157 deletions.
31 changes: 0 additions & 31 deletions .goreleaser.yml

This file was deleted.

6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ setup:
go mod tidy
.PHONY: setup

# Creates and build dist folder
dist:
goreleaser check
goreleaser release --rm-dist --snapshot
.PHONY: dist

# Run gofmt
format:
go fmt ./...
Expand Down
3 changes: 0 additions & 3 deletions bin/tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
version=$1
message=$2

# Check goreleaser passed
goreleaser check

# Check version is not empty
if [[ $version == "" ]]
then
Expand Down
117 changes: 0 additions & 117 deletions dist/config.yaml

This file was deleted.

0 comments on commit bdf87ca

Please sign in to comment.