Skip to content

Commit

Permalink
chore(release): github packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvisser committed Dec 20, 2021
1 parent 70d52ba commit 41bbdf3
Show file tree
Hide file tree
Showing 5 changed files with 6,285 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ node_modules
cbor-js.zip
cbor.min.js
sauce_connect.log

package-lock.json
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@cobrowseio:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=${COBROWSEIO_GITHUB_TOKEN}
10 changes: 10 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"git": {
"commitMessage": "chore(release): release v${version}",
"tagName": "v${version}"
},
"github": {
"release": true,
"tokenRef": "COBROWSEIO_GITHUB_TOKEN"
}
}
Loading

0 comments on commit 41bbdf3

Please sign in to comment.