Skip to content

Commit

Permalink
Released version 3.4.0.
Browse files Browse the repository at this point in the history
* Fixed release target again.
  • Loading branch information
ypid committed Jan 2, 2016
1 parent a1fa771 commit f3eefc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"maintainers": [
Expand Down

0 comments on commit f3eefc3

Please sign in to comment.