Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
fix(pkg): support publishing releases to 2x version
Browse files Browse the repository at this point in the history
  • Loading branch information
KalleV committed Jun 8, 2020
1 parent 2a8c890 commit ba533bf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,12 @@
"semantic-release": "^15.5.2"
},
"release": {
"extends": "@labshare/semantic-release-config"
"extends": "@labshare/semantic-release-config",
"branch": "2x"
},
"publishConfig": {
"access": "public"
"access": "public",
"tag": "2x"
},
"peerDependencies": {}
}

0 comments on commit ba533bf

Please sign in to comment.