diff --git a/Makefile b/Makefile index 59211717..f356704e 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ dependencies-get: build: opening_hours.min.js .PHONY : check -check: check-diff-all +check: check-diff-all check-package.json .PHONY : benchmark benchmark: benchmark-opening_hours.js @@ -25,10 +25,12 @@ benchmark: benchmark-opening_hours.js README.html: README.md .PHONY : release -release: check-all +release: check + git status + read continue editor package.json - $(MAKE) test-package.json - git commit --all + git commit --all --message="Released version `json -f package.json version`." + git tag --sign --local-user=EE88E1F0 "v`json -f package.json version`" git tag --sign --local-user=EE88E1F0 "v`json -f package.json version`" git push --tags npm publish diff --git a/package.json b/package.json index 5ee5510d..7a57a37b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name" : "opening_hours", "main" : "opening_hours.js", "description": "Library to parse and process opening_hours tag from OpenStreetMap data", - "version" : "3.0.1", + "version" : "3.0.2", "homepage" : "https://github.com/ypid/opening_hours.js", "author" : "Dmitry Marakasov ", "maintainers": [