Release v0.5.9 (#612)

- Bump version number: `0.5.8` -> `0.5.9`
- Update changelog
- Update dependencies
- Update config test
- Add `pr` and `push` to justfile
This commit is contained in:
Casey Rodarmor
2020-03-18 08:19:43 -07:00
committed by GitHub
parent 2da5581d0f
commit 8fea09a3dd
5 changed files with 49 additions and 18 deletions

View File

@@ -74,6 +74,13 @@ publish: publish-check
git tag -a {{version}} -m 'Release {{version}}'
git push github {{version}}
push: test
! git branch | grep '* master'
git push github
pr: push
hub pull-request -o
# clean up feature branch BRANCH
done BRANCH:
git checkout master