diff --git a/Makefile b/Makefile index ffda6bb2..13a8e2f4 100755 --- a/Makefile +++ b/Makefile @@ -98,12 +98,12 @@ doctoc: release: package.json doctoc check-diff-uglifyjs-log check qa-source-code qa-https-everywhere git status read continue - editor "$<" + @echo Increase version. jq --raw-output '.version' $< read continue $(MAKE) $(MAKE_OPTIONS) check-package.json git commit --all --message="Released version $(shell jq --raw-output '.version' '$<')." - git tag --sign --local-user C505B5C93B0DB3D338A1B6005FE92C12EE88E1F0 "v$(jq --raw-output '.version' $<)" + git tag --sign --local-user C505B5C93B0DB3D338A1B6005FE92C12EE88E1F0 "v$(shell jq --raw-output '.version' $<)" git push --follow-tags npm publish # $(MAKE) $(MAKE_OPTIONS) publish-website-on-all-servers diff --git a/package.json b/package.json index f47220e1..dd4424cd 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.3.0", + "version": "3.4.0", "homepage": "https://github.com/opening-hours/opening_hours.js", "author": "Dmitry Marakasov ", "maintainers": [