Skip to content

Commit

Permalink
fix(release): Removed unnecessary commands
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa8626 committed Jun 18, 2018
1 parent 9798923 commit 14a8927
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,10 @@
"beforeChangelogCommand": "conventional-changelog -p angular -i CHANGELOG.md -s",
"changelogCommand": "conventional-changelog -p angular | tail -n +3",
"safeBump": false,
"buildCommand": "tar -czvf dist-${src.tagName}.tar.gz ./dist && tar -czvf docs-${src.tagName}.tar.gz ./docs ",
"afterReleaseCommand": "echo Successfully released ${version}.",
"requireCleanWorkingDir": false,
"src": {
"tagName": "v%s",
"afterReleaseCommand": "rm ./*.gz",
"githubAssets": [
"*.gz"
]
"tagName": "v%s"
},
"github": {
"release": true,
Expand Down

0 comments on commit 14a8927

Please sign in to comment.