We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad8a72 commit d336aeeCopy full SHA for d336aee
.travis.yml
@@ -13,6 +13,8 @@ cache:
13
- $HOME/.composer/cache
14
15
before_install:
16
+ - git config --replace-all remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
17
+ - git fetch --tags
18
- nvm install 8
19
- nvm use 8
20
package.json
@@ -53,6 +53,7 @@
53
"@types/semver": "^5.3.34",
54
"cz-conventional-changelog": "^2.0.0",
55
"husky": "^0.14.3",
56
+ "last-release-git": "0.0.3",
57
"semantic-release": "^8.2.0",
58
"tslint": "^5.0.0",
59
"typescript": "^2.1.4",
@@ -70,6 +71,9 @@
70
71
"path": "./node_modules/cz-conventional-changelog"
72
}
73
},
74
+ "release": {
75
+ "getLastRelease": "last-release-git"
76
+ },
77
"contributes": {
78
"configuration": {
79
"type": "object",
0 commit comments