Skip to content

Commit

Permalink
Merge pull request #133 from hubot-scripts/summer-cleaning
Browse files Browse the repository at this point in the history
Updates release-it config, bumps package versions
  • Loading branch information
stephenyeargin authored Jul 4, 2019
2 parents ea684fb + 4e39fa0 commit 18f8d7c
Show file tree
Hide file tree
Showing 4 changed files with 2,329 additions and 3,814 deletions.
4 changes: 2 additions & 2 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"pkgFiles": ["package.json", "package-lock.json"],
"src": {
"tagName": "v%s"
"git": {
"tagName": "v${version}"
},
"github": {
"release": true
Expand Down
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: node_js
node_js:
- "11" # stable
- "12" # stable
- "10" # LTS
- "8" # maintenance
- "6" # maintenance
notifications:
email: false
Loading

0 comments on commit 18f8d7c

Please sign in to comment.