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.
2 parents 45982a8 + 264cb21 commit bf6e3aeCopy full SHA for bf6e3ae
.travis.yml
@@ -25,10 +25,10 @@ after_success:
25
# - scripts/jsdoc/publish.sh - currently in progress
26
27
# To enable semantic-release, uncomment this section.
28
-# deploy:
29
-# - provider: script
30
-# skip_cleanup: true
31
-# script: npx semantic-release
32
-# on:
33
-# node: 12
34
-# branch: master
+deploy:
+- provider: script
+ skip_cleanup: true
+ script: npx semantic-release
+ on:
+ node: 12
+ branch: master
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ibm-networking-services",
3
- "version": "0.0.1",
+ "version": "0.1.0",
4
"description": "Node.js client library for IBM Cloud Networking Services",
5
"repository": {
6
"type": "git",
0 commit comments