Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Rodríguez Baquero <github@diegorbaquero.com>2021-05-21 17:41:28 +0300
committerGitHub <noreply@github.com>2021-05-21 17:41:28 +0300
commitdb9de2d99a260d68f2719396835a09b2d0742e9f (patch)
tree54a1116bdf616c6441d3b99ec6da19f1c68a92d0 /package.json
parent8a15b9cfe65e43095279daa3ff80aceb04b57cf0 (diff)
chore: add release (#2077)
* chore: add release * add semantic release config * Update release.yml
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index d1442c5..51b2c78 100644
--- a/package.json
+++ b/package.json
@@ -162,5 +162,8 @@
"extends": [
"github>webtorrent/renovate-config"
]
+ },
+ "release": {
+ "extends": "@webtorrent/semantic-release-config"
}
}