Skip to content

Commit

Permalink
馃彈 Update release-it to v11+
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardfactory committed Mar 5, 2020
1 parent 0794b48 commit e61386f
Show file tree
Hide file tree
Showing 2 changed files with 885 additions and 897 deletions.
18 changes: 10 additions & 8 deletions package.json
Expand Up @@ -41,10 +41,11 @@
"github": {
"release": true
},
"increment": "conventional:@favoloso/emoji",
"scripts": {
"changelog": "./node_modules/.bin/conventional-changelog -p @favoloso/emoji | tail -n +3",
"beforeStage": "./node_modules/.bin/conventional-changelog -p @favoloso/emoji -i CHANGELOG.md -s"
"plugins": {
"@release-it/conventional-changelog": {
"preset": "@favoloso/emoji",
"infile": "CHANGELOG.md"
}
}
},
"publishConfig": {
Expand All @@ -59,17 +60,18 @@
"@babel/preset-typescript": "^7.6.0",
"@babel/template": "^7.6.0",
"@babel/types": "^7.6.3",
"@favoloso/conventional-changelog-emoji": "^0.9.0",
"@favoloso/conventional-changelog-emoji": "^0.10.0",
"@release-it/conventional-changelog": "^1.1.0",
"@types/jest": "^24.0.19",
"babel-test": "^0.2.3",
"conventional-changelog-cli": "^2.0.25",
"husky": "^1.3.1",
"husky": "^4.2.3",
"jest": "^24.9.0",
"jest-file-snapshot": "^0.3.7",
"release-it": "^10.3.1",
"release-it": "^12.6.3",
"typescript": "^3.6.4"
},
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0"
}
}
}

0 comments on commit e61386f

Please sign in to comment.