Skip to content

Commit

Permalink
chore(package): include semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloavf committed Feb 6, 2018
1 parent 0db35a2 commit 5966791
Show file tree
Hide file tree
Showing 2 changed files with 675 additions and 14 deletions.
32 changes: 31 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
{
"name": "github-tools-vsts",
"version": "0.1.49",
"release": {
"verifyConditions": [
"@semantic-release/changelog",
{
"path": "@semantic-release/npm",
"npmPublish": false
},
"@semantic-release/git",
"@semantic-release/github"
],
"publish": [
{
"path": "@semantic-release/changelog",
"changelogFile": "CHANGELOG.md"
},
"@semantic-release/npm",
{
"path": "@semantic-release/git",
"assets": ["package.json", "CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version} [skip ci] ***NO_CI***\n\n${nextRelease.notes}"
},
"@semantic-release/github"
]
},
"scripts": {
"clean": "vsts-build-tools-clean",
"postinstall": "vsts-build-tools-install",
Expand All @@ -12,9 +36,11 @@
"build": "cross-env NODE_ENV=production node Config/build.js",
"package": "cross-env BUILD_TARGET=package npm run build && npm run clean && vsts-build-tools-package --noversiontransform",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
"contributors:generate": "all-contributors generate",
"semantic-release": "semantic-release"
},
"devDependencies": {
"@semantic-release/git": "^3.0.0",
"@types/fs-extra": "^4.0.0",
"@types/ini": "^1.3.29",
"@types/node": "^6.0.0",
Expand Down Expand Up @@ -44,6 +70,7 @@
"multispinner": "^0.2.1",
"npm-run-all": "2.3.0",
"path": "^0.12.7",
"semantic-release": "^13.1.3",
"typescript": "^2.6.2",
"uglifyjs-webpack-plugin": "^1.1.6",
"webpack": "^3.10.0"
Expand All @@ -55,5 +82,8 @@
},
"bugs": {
"url": "https://github.com/marceloavf/github-tools-vsts/issues"
},
"dependencies": {
"@semantic-release/changelog": "^1.0.0"
}
}
Loading

0 comments on commit 5966791

Please sign in to comment.