Skip to content

Commit

Permalink
goreleaser upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfenwick committed Jul 11, 2024
1 parent a5245cb commit 12f646f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
project_name: cyclonus
release:
github:
Expand Down
4 changes: 2 additions & 2 deletions docs/developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ You'll need to be logged in to dockerhub from the command line, in order to push
Cut a release:

```bash
goreleaser release --rm-dist
goreleaser release --clean
```

Make a test release:

```bash
goreleaser release --snapshot --rm-dist
goreleaser release --snapshot --clean
```

0 comments on commit 12f646f

Please sign in to comment.