Skip to content

Commit 599ca57

Browse files
authored
perf: migrate to semrel-toolkit (#25)
1 parent 2d265c8 commit 599ca57

File tree

6 files changed

+24
-458
lines changed

6 files changed

+24
-458
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ deploy:
2626
provider: script
2727
skip_cleanup: true
2828
script:
29-
- npx semantic-release
29+
- npx -p @qiwi/semrel-toolkit multi-semrel
3030
on:
3131
branch: master

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"license": "MIT",
3838
"devDependencies": {
3939
"@qiwi/license": "^1.1.3",
40-
"@qiwi/multi-semantic-release": "^3.8.5",
4140
"@typescript-eslint/eslint-plugin": "^4.2.0",
4241
"@typescript-eslint/parser": "^4.2.0",
4342
"coveralls": "^3.1.0",

packages/bin/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Buildstamp binaries for MacOS, Linux and Windows
44
## Downloading
55
Get download links
66
```shell script
7-
curl https://registry.npmjs.org/buildstamp | grep -E -o 'https://registry.npmjs.org/buildstamp-bins/-/buildstamp-bins-\d+.\d+.\d+.tgz'
7+
curl https://registry.npmjs.org/buildstamp | grep -E -o 'https://registry.npmjs.org/buildstamp-bin/-/buildstamp-bin-\d+.\d+.\d+.tgz'
88
```
99
Download package by one of the links
1010
```shell script
11-
curl -o=buildstamp.tgz https://registry.npmjs.org/buildstamp-bins/-/buildstamp-bins-1.0.0.tgz
11+
curl -o=buildstamp.tgz https://registry.npmjs.org/buildstamp-bin/-/buildstamp-bin-1.0.0.tgz
1212
```
1313
Extract binaries
1414
```shell script

packages/bin/package.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@
2727
"license": "MIT",
2828
"devDependencies": {
2929
"pkg": "^4.4.9",
30-
"rimraf": "^3.0.2",
31-
"@semantic-release/changelog": "^5.0.1",
32-
"@semantic-release/git": "^9.0.0",
33-
"@semantic-release/github": "^7.1.1",
34-
"@semantic-release/npm": "^7.0.6"
30+
"rimraf": "^3.0.2"
3531
},
3632
"dependencies": {
3733
"buildstamp": "^1.0.4"

packages/core/package.json

-5
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@
5050
"devDependencies": {
5151
"@qiwi/libdefkit": "^2.0.1",
5252
"@qiwi/license": "^1.1.3",
53-
"@qiwi/semantic-release-gh-pages-plugin": "^4.0.3",
54-
"@semantic-release/changelog": "^5.0.1",
55-
"@semantic-release/git": "^9.0.0",
56-
"@semantic-release/github": "^7.1.1",
57-
"@semantic-release/npm": "^7.0.6",
5853
"@swissquote/crafty-preset-jest": "^1.12.0",
5954
"@types/jest": "^26.0.14",
6055
"@types/mkdirp": "^1.0.1",

0 commit comments

Comments
 (0)