Skip to content

Commit

Permalink
Minor cleanup on spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Jun 12, 2023
1 parent 91208a6 commit bc215e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Basic dependabot.yml to update gomod, Github Actions and Docker
# Basic dependabot.yml to update gomod, GitHub Actions and Docker
version: 2
updates:
# Maintain dependencies for the core library
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ severity:
# selected out format.
# - Code climate: https://docs.codeclimate.com/docs/issues#issue-severity
# - Checkstyle: https://checkstyle.sourceforge.io/property_types.html#severity
# - Github: https://help.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-an-error-message
# - GitHub: https://help.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-an-error-message
default-severity: error

# The default value is false.
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ build:
skip: true

# ---------------------------
# Github Release
# GitHub Release
# ---------------------------
release:
prerelease: true
Expand Down
2 changes: 1 addition & 1 deletion .make/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ install-releaser: ## Install the GoReleaser application
@echo "installing GoReleaser..."
@curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sh

release:: ## Full production release (creates release in Github)
release:: ## Full production release (creates release in GitHub)
@echo "releasing..."
@test $(github_token)
@export GITHUB_TOKEN=$(github_token) && goreleaser --rm-dist
Expand Down

0 comments on commit bc215e9

Please sign in to comment.