Skip to content

Commit

Permalink
Add release documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Pluies committed Aug 30, 2019
1 parent e77dc3a commit 0a92477
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,22 @@ Naming

[Zeitgeist](https://en.wikipedia.org/wiki/Zeitgeist), a German compound word, can be translated as "spirit of the times" and refers to _a schema of fashions or fads which prescribes what is considered to be acceptable or tasteful for an era_.

Releasing
=========

Releases are generated with [goreleaser]().

Step 1: edit `zeitgeist.go` to make sure the current version is the one about to be released.

Step 2: run:

```bash
git tag v0.0.0 # Use the correct version here
git push --tags
export GPG_TTY=$(tty)
goreleaser release --rm-dist
```

Credit
======

Expand All @@ -102,5 +118,5 @@ To do
- [x] Write good docs :)
- [x] Write good tests!
- [x] Externalise the project into its own repo
- [ ] Generate releases
- [x] Generate releases
- [ ] Test self

0 comments on commit 0a92477

Please sign in to comment.