Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ngerakines/chores


https://github.com/ngerakines/chores

Last synced: 7 days ago
JSON representation

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

$