Skip to content

Commit 2f0284e

Browse files
committed
fix(ci): fixing semantic release publishing
1 parent e07a1f1 commit 2f0284e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ after_success:
1313
- npm run semantic-release
1414
branches:
1515
except:
16-
- "/^v\\d+\\.\\d+\\.\\d+$/"
16+
- /^v\d+\.\d+\.\d+$/

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "node-hook",
33
"description": "Run source transform function on Node require",
4-
"version": "0.0.0-semantic-release",
54
"main": "index.js",
65
"scripts": {
76
"test": "gt test/jsTest.js --output",
@@ -34,7 +33,7 @@
3433
"git-issues": "1.3.1",
3534
"gt": "0.10.0",
3635
"pre-git": "3.14.0",
37-
"semantic-release": "6.3.6",
36+
"semantic-release": "^6.3.2",
3837
"standard": "10.0.2"
3938
},
4039
"files": [

0 commit comments

Comments
 (0)