Skip to content

Commit

Permalink
Merge branch 'main' into blobstream--api
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id authored Jul 19, 2024
2 parents b9d7da2 + 79295fc commit 3cfecc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,7 @@ changelog:
exclude:
- "^docs:"
- "^test:"
release:
prerelease: auto
git:
prerelease_suffix: "-"
prerelease_suffix: "-rc*"
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ lint: lint-imports
@echo "--> Running linter"
@golangci-lint run
@markdownlint --config .markdownlint.yaml '**/*.md'
@cfmt -m=100 ./...
@cfmt --m=120 ./...
.PHONY: lint

## test-unit: Running unit tests
Expand Down

0 comments on commit 3cfecc2

Please sign in to comment.