Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: migrate to semrel-toolkit #25

Merged
merged 1 commit into from
Oct 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ deploy:
provider: script
skip_cleanup: true
script:
- npx semantic-release
- npx -p @qiwi/semrel-toolkit multi-semrel
on:
branch: master
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"license": "MIT",
"devDependencies": {
"@qiwi/license": "^1.1.3",
"@qiwi/multi-semantic-release": "^3.8.5",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"coveralls": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/bin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Buildstamp binaries for MacOS, Linux and Windows
## Downloading
Get download links
```shell script
curl https://registry.npmjs.org/buildstamp | grep -E -o 'https://registry.npmjs.org/buildstamp-bins/-/buildstamp-bins-\d+.\d+.\d+.tgz'
curl https://registry.npmjs.org/buildstamp | grep -E -o 'https://registry.npmjs.org/buildstamp-bin/-/buildstamp-bin-\d+.\d+.\d+.tgz'
```
Download package by one of the links
```shell script
curl -o=buildstamp.tgz https://registry.npmjs.org/buildstamp-bins/-/buildstamp-bins-1.0.0.tgz
curl -o=buildstamp.tgz https://registry.npmjs.org/buildstamp-bin/-/buildstamp-bin-1.0.0.tgz
```
Extract binaries
```shell script
Expand Down
6 changes: 1 addition & 5 deletions packages/bin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@
"license": "MIT",
"devDependencies": {
"pkg": "^4.4.9",
"rimraf": "^3.0.2",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.1.1",
"@semantic-release/npm": "^7.0.6"
"rimraf": "^3.0.2"
},
"dependencies": {
"buildstamp": "^1.0.4"
Expand Down
5 changes: 0 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@
"devDependencies": {
"@qiwi/libdefkit": "^2.0.1",
"@qiwi/license": "^1.1.3",
"@qiwi/semantic-release-gh-pages-plugin": "^4.0.3",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.1.1",
"@semantic-release/npm": "^7.0.6",
"@swissquote/crafty-preset-jest": "^1.12.0",
"@types/jest": "^26.0.14",
"@types/mkdirp": "^1.0.1",
Expand Down
Loading