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

Commit

Permalink
Merge pull request #107 from LabShare/kv_fix_publishing_from_2x
Browse files Browse the repository at this point in the history
fix(pkg): support publishing releases to 2x version
  • Loading branch information
KalleV committed Jun 8, 2020
2 parents 2a8c890 + ba533bf commit 43e5bee
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 43e5bee

Please sign in to comment.