You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* move prefix generation code into ./cmd folder
Should avoid confusion as came up in #60
* fix: goreleaser configuration
#60 related
* refactor: goreleaser configuration
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -372,6 +372,14 @@ make database
372
372
make test
373
373
```
374
374
375
+
## Release Checklist
376
+
377
+
-[ ] Merge everything into `main`
378
+
-[ ] Create a new tag with the new version
379
+
-[ ] Push tag to GitHub
380
+
381
+
This will trigger the [`goreleaser.yml`](./.github/workflows/goreleaser.yml) workflow which pushes creates a new _draft_ release in GitHub.
382
+
375
383
## Related Efforts
376
384
377
385
-[`wiberlin/ipfs-crawler`](https://github.com/wiberlin/ipfs-crawler) - A crawler for the IPFS network, code for their paper ([arXiv](https://arxiv.org/abs/2002.07747)).
0 commit comments