Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
chore(release): add standard version & documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwiens committed Jan 28, 2017
1 parent 3e5985a commit 6fec719
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@
},
"devDependencies": {
"should": "~4.0.4",
"standard-version": "^4.0.0",
"mocha": "~1.21.3"
},
"scripts": {
"test": "mocha -R spec"
"test": "mocha -R spec",
"release": "standard-version"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6fec719

Please sign in to comment.