Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/blobstream--api' into blobstream…
Browse files Browse the repository at this point in the history
…--api
  • Loading branch information
rach-id committed Jul 19, 2024
2 parents 8276e5a + 3cfecc2 commit fbc63b6
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 fbc63b6

Please sign in to comment.