Skip to content

Commit

Permalink
added release-it support
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Apr 18, 2019
1 parent b1e19d1 commit 43a29e1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"git": {
"tagName": "v${version}"
},
"github": {
"release": true
}
}
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,12 @@
"copy-saml": [
"cp simplesamlphp/config/* vendor/simplesamlphp/simplesamlphp/config/",
"cp simplesamlphp/config/* vendor/simplesamlphp/simplesamlphp/config/"
],
"release-it-dry": [
"release-it --dry-run --no-npm.publish"
],
"release-it": [
"release-it --no-npm.publish"
]
},
"config": {
Expand Down

0 comments on commit 43a29e1

Please sign in to comment.