Skip to content

Commit

Permalink
prepare to cut first release
Browse files Browse the repository at this point in the history
  • Loading branch information
sjansen committed Sep 16, 2018
1 parent 2758dcd commit 686c977
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

The format of this file is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [0.1.0] - 2018-09-15

Initial release.
17 changes: 17 additions & 0 deletions docs/release-checklist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
1) Verify that all tests are passing.
1) Update `CHANGELOG.md` and commit.
1) Create release branch:
```
git checkout -b release/v0.1
```
1) Tag release.
```
git tag -a v0.1.0 -m "Release 0.1.0"
```
1) Push commits and tags.
```
git push origin release/v0.1
git push origin v0.1.0
```
1) Update GitHub.
* https://github.com/sjansen/watchman/releases

0 comments on commit 686c977

Please sign in to comment.