Skip to content

Commit

Permalink
chore: add release taget
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie committed Feb 18, 2024
1 parent 57afa51 commit f59490f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ before:
hooks:
- go mod tidy
builds:
- skip: true
- skip: true
release:
header: |
## Changelog ({{ .Date }})
Welcome to this new release! We hope you enjoy the changes we've made.
changelog:
sort: asc
filters:
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ GO_RELEASER ?= $(GO_RUN_TOOLS) github.com/goreleaser/goreleaser
GO_MOD ?= $(shell ${GO} list -m)

.PHONY: release
release: ## Build the binary file.
$(GO_RELEASER) build --clean
release: ## Release the project.
$(GO_RELEASER) release --clean

.PHONY: generate
generate: ## Generate code.
Expand Down

0 comments on commit f59490f

Please sign in to comment.