Skip to content

Commit

Permalink
build: 📦️ use semantic-release instead of standard-version
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Dec 14, 2020
1 parent 32d5b6f commit cad9d7e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Smart and beautiful script runner that hijacks any `npm run`, `yarn` and `npx` calls for ultra fast execution",
"version": "3.7.0",
"main": "lib/index.js",
"repository": "http://github.com/folke/ultra-runner",
"repository": "git@github.com:folke/ultra-runner.git",
"author": "Folke Lemaitre <folke.lemaitre@gmail.com>",
"license": "MIT",
"bin": {
Expand Down Expand Up @@ -61,7 +61,7 @@
"lint:docs": "npx markdownlint README.md",
"lint:fix": "yarn lint:eslint --fix",
"prerelease": "yarn build",
"release": "npx standard-version",
"release": "npx semantic-version",
"postrelease": "git push --follow-tags origin master && npm publish"
},
"ultra": {
Expand All @@ -73,6 +73,8 @@
},
"devDependencies": {
"0x": "4.10.2",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@types/chai": "4.2.14",
"@types/cross-spawn": "6.0.2",
"@types/eslint": "7.2.6",
Expand Down Expand Up @@ -109,9 +111,9 @@
"markdownlint-cli": "0.25.0",
"prettier": "2.2.1",
"rimraf": "3.0.2",
"semantic-release": "^17.3.0",
"sinon": "9.2.2",
"sinon-chai": "3.5.0",
"standard-version": "9.0.0",
"ts-jest": "26.4.4",
"ts-node": "9.1.1",
"typescript": "4.1.3",
Expand Down
8 changes: 2 additions & 6 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,8 @@ module.exports = {
],
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/github",
"@semantic-release/npm",
[
"@semantic-release/git",
{
assets: [["CHANGELOG.md", "package.json", "../../CHANGELOG.md"]],
},
],
"@semantic-release/git",
],
}

0 comments on commit cad9d7e

Please sign in to comment.