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 2de5599 commit 992d503Copy full SHA for 992d503
.travis.yml
@@ -45,7 +45,7 @@ deploy:
45
script:
46
- npx semantic-release
47
on:
48
- branch: master
+ branch: dev
49
node_js: "lts/*"
50
- provider: releases
51
skip-cleanup: true
package.json
@@ -17,7 +17,11 @@
17
"url": "http://github.com/solana-labs/solana-web3.js.git/issues"
18
},
19
"publishConfig": {
20
- "access": "public"
+ "access": "public",
21
+ "tag": "dev"
22
+ },
23
+ "release": {
24
+ "branch": "dev"
25
26
"main": "lib/index.cjs.js",
27
"module": "lib/index.esm.js",
0 commit comments