Skip to content

Commit

Permalink
docs: add README section on how to release
Browse files Browse the repository at this point in the history
  • Loading branch information
viktomas committed May 3, 2024
1 parent 67e5a8e commit 615dc75
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,8 @@ Multi-line strings
- `make watch-test` - (only on macOS) - run test on every file change
- `make example` - export the example Logseq graph into the example Hugo site
- `make watch-example` (only on macOS) - run `make example` on any file change

## Releasing

1. tag commit on `main` branch
2. first push `main`, wait for pipeline to finish, then push the tag. Otherwise you [confuse goreleaser](https://blog.viktomas.com/graph/goreleaser-already-exists-error/).

0 comments on commit 615dc75

Please sign in to comment.