Skip to content

Commit

Permalink
chore: add release automation
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Feb 28, 2020
1 parent b6293fe commit 53398a0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"description": "A github action to cleanup xvfb pids",
"main": "index.js",
"scripts": {
"test": "standard ."
"test": "standard .",
"release": "git push --follow-tags && gh-release",
"version": "auto-changelog -p --template keepachangelog auto-changelog --breaking-pattern 'BREAKING CHANGE:' && git add CHANGELOG.md"
},
"repository": {
"type": "git",
Expand All @@ -24,6 +26,8 @@
"devDependencies": {
"nanochrome": "^0.1.0",
"standard": "^14.3.1",
"tape": "^4.11.0"
"tape": "^4.11.0",
"auto-changelog": "^1.16.2",
"gh-release": "^3.5.0"
}
}

0 comments on commit 53398a0

Please sign in to comment.