Skip to content

Commit

Permalink
Merge pull request #511 from zmap/phillip/update-release-docs
Browse files Browse the repository at this point in the history
Fix small typo in mock release command
  • Loading branch information
phillip-stephens authored Jan 24, 2025
2 parents 4838476 + 24e2d4c commit fc32b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ git tag -a vA.B.C -m "Release A.B.C"

2. Test the release:
```shell
goreleaser release --skip-publish --clean
goreleaser release --skip=publish --clean
```

3. Set GitHub Token (at least configured with `write:packages`)
Expand Down

0 comments on commit fc32b99

Please sign in to comment.