Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngerakines/chores
https://github.com/ngerakines/chores
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ngerakines/chores
- Owner: ngerakines
- License: other
- Created: 2020-07-25T20:34:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-30T01:26:22.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T09:44:23.009Z (2 months ago)
- Language: Go
- Size: 146 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About
A small chore log.
# Release Process
1. Generate with prod tags.
$ go generate -tags prod .
2. Commit and tag
$ git tag -s -m "Releasing v0.0.0" v0.0.0
3. Goreleaser
$