github-orgs-packages
Advanced tools
Comparing version
@@ -0,1 +1,7 @@ | ||
#### 1.1.1 (2018-03-19) | ||
##### Other Changes | ||
* change release script ([51a71085](https://github.com/oleg-koval/github-orgs-packages/commit/51a71085662ecebb859b43c310f13690ce00df77)) | ||
## 1.0.0 (2018-03-13) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "github-orgs-packages", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Get information for all packages inside of your github organisation", | ||
@@ -24,6 +24,6 @@ "main": "index.js", | ||
"lint": "eslint .", | ||
"release": "xyz --increment", | ||
"release:major": "changelog -M && git add CHANGELOG.md && git commit -m 'Updated CHANGELOG.md' && npm version major && git push origin && git push origin --tags", | ||
"release:minor": "changelog -m && git add CHANGELOG.md && git commit -m 'Updated CHANGELOG.md' && npm version minor && git push origin && git push origin --tags", | ||
"release:patch": "changelog -p && git add CHANGELOG.md && git commit -m 'Updated CHANGELOG.md' && npm version patch && git push origin && git push origin --tags" | ||
"xyz:increment": "xyz --increment", | ||
"release:major": "changelog -M && git add CHANGELOG.md && git commit -m 'Updated CHANGELOG.md' && npm run xyz:increment major", | ||
"release:minor": "changelog -m && git add CHANGELOG.md && git commit -m 'Updated CHANGELOG.md' && npm run xyz:increment minor", | ||
"release:patch": "changelog -p && git add CHANGELOG.md && git commit -m 'Updated CHANGELOG.md' && npm run xyz:increment patch" | ||
}, | ||
@@ -30,0 +30,0 @@ "author": "Oleg Koval", |
60223
0.14%