Adding makefile to create releases

v0.3.7
alse 6 years ago
parent b2c4fbeb7e
commit 4ea0d208bd

@ -0,0 +1,9 @@
VER=0.3.7
release:
sed -i '' "s/version\": \".*/version\": \"$(VER)\",/" package.json
npm publish
docker build -t alseambusher/crontab-ui .
docker tag alseambusher/crontab-ui alseambusher/crontab-ui:$(VER)
docker push alseambusher/crontab-ui:latest
docker push alseambusher/crontab-ui:$(VER)

@ -1,6 +1,6 @@
{ {
"name": "crontab-ui", "name": "crontab-ui",
"version": "0.3.6", "version": "0.3.7",
"description": "Easy and safe way to manage your crontab file", "description": "Easy and safe way to manage your crontab file",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

Loading…
Cancel
Save