Skip to content

Commit

Permalink
Update development instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
riley-martine committed Feb 18, 2023
1 parent 497d7c7 commit 7574a31
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,18 @@ the same time, while this method feels like waking up with the body's own
rhythm. It feels good to work until sunset, and I feel better about putting down
the computer, compared to if I'm thinking in terms of hours.
## Releasing
## Developing
### Set up auto-generating completions
- `printf '#!/bin/sh\nmake' > .git/hooks/pre-commit`
- `chmod u+x .git/hooks/pre-commit`

### Releasing

- Make changes as desired. Commit. Push.
- `git tag vX.Y.X && git push --tags`
- [GitHub actions](/~https://github.com/riley-martine/sundial/actions) handles the
rest.
rest of the releasing workflow.

<!-- ### Manual releasing -->
<!-- - Install `goreleaser` ([install docs](https://goreleaser.com/install/)). -->
Expand Down

0 comments on commit 7574a31

Please sign in to comment.