Skip to content

Commit

Permalink
Add release-it script (saleor#1034)
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofwolski authored Mar 30, 2021
1 parent c7e27fb commit 9b486d6
Show file tree
Hide file tree
Showing 3 changed files with 1,978 additions and 402 deletions.
18 changes: 18 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"github": {
"release": true,
"draft": true,
"releaseName": "${version}"
},
"npm": {
"publish": false
},
"plugins": {
"@release-it/bumper": {
"in": "package.json",
"out": [
"package.json"
]
}
}
}
Loading

0 comments on commit 9b486d6

Please sign in to comment.