Skip to content

Commit

Permalink
chore: 🤖 Configure alpha releases
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanon committed Jan 6, 2022
1 parent c2667db commit dc82537
Show file tree
Hide file tree
Showing 5 changed files with 1,446 additions and 2,174 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.15.0
14.18.2
3 changes: 1 addition & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"branch": "master",
"dryRun": false
"branches": ["master", { "name": "alpha", "prerelease": true }]
}
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,10 @@ jobs:
skip_cleanup: true
script:
- npx semantic-release
deploy:
provider: script
on:
branch: alpha
skip_cleanup: true
script:
- npx semantic-release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"joi": "^17.5.0",
"nock": "^13.2.1",
"prettier": "1.18.2",
"semantic-release": "^15.14.0"
"semantic-release": "^18.0.1"
}
}
Loading

0 comments on commit dc82537

Please sign in to comment.