You've already forked crontab-ui
mirror of
https://github.com/alseambusher/crontab-ui.git
synced 2025-12-15 11:43:58 +08:00
Adding makefile to create releases
This commit is contained in:
9
Makefile
Normal file
9
Makefile
Normal file
@@ -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",
|
||||
"version": "0.3.6",
|
||||
"version": "0.3.7",
|
||||
"description": "Easy and safe way to manage your crontab file",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user