Add release scripts

This commit is contained in:
IagoLast 2018-05-10 16:08:51 +02:00
parent c909567dc5
commit 87f3524b8a

View File

@ -55,5 +55,11 @@
"shared components",
"editor",
"deep-insights"
]
],
"scripts": {
"bump": "npm version patch",
"bump:major": "npm version major",
"bump:minor": "npm version minor",
"postversion": "git push origin master --follow-tags"
}
}