Skip to content

Commit

Permalink
add Release Notes to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Kent committed Nov 20, 2019
1 parent 54a4b72 commit f523bcf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ The KY project welcomes contributions.

There is a nice discussion of this [contribution workflow](https://github.com/freeCodeCamp/how-to-contribute-to-open-source/blob/master/CONTRIBUTING.md) on github.


## Release
```lang=bash
vi VERSION
ver=$(cat VERSION)
git tag -a $ver -m "announce message"
git push origin $ver
```

## TODO
* some coverage for main.go
* badges in README?

0 comments on commit f523bcf

Please sign in to comment.