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 821ceae commit b066cecCopy full SHA for b066cec
.travis.yml
@@ -0,0 +1,16 @@
1
+language: node_js
2
+node_js:
3
+ - '9'
4
+ - '8'
5
+ - '6'
6
+
7
+after_success:
8
+ - npm i -g semantic-release
9
+ - semantic-release
10
11
+branches:
12
+ except:
13
+ - /^v\d+\.\d+\.\d+$/
14
15
+notifications:
16
+ email: false
circle.yml
package.json
@@ -1,6 +1,6 @@
{
"name": "serverless-plugin-typescript",
- "version": "1.1.3",
+ "version": "0.0.0-semantic-release",
"main": "dist/src/index.js",
"files": [
"dist",
0 commit comments