Skip to content

Commit

Permalink
Released version 3.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid committed Aug 2, 2015
1 parent abeb74d commit 0e5a9c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,15 @@ benchmark: benchmark-opening_hours.min.js
README.html: README.md

.PHONY: release
release: check source-code-qa
release: package.json check source-code-qa
git status
read continue
editor package.json
json -f package.json version
read continue
$(MAKE) $(MAKE_OPTIONS) check-package.json
git commit --all --message="Released version `json -f package.json version`."
git tag --sign --local-user=C505B5C93B0DB3D338A1B6005FE92C12EE88E1F0 "v`json -f package.json version`"
git commit --all --message="Released version $(json -f package.json version)."
git tag --sign --local-user C505B5C93B0DB3D338A1B6005FE92C12EE88E1F0 "v$(json -f package.json 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.2.0-dev.1",
"version" : "3.3.0",
"homepage" : "https://github.com/ypid/opening_hours.js",
"author" : "Dmitry Marakasov <[email protected]>",
"maintainers": [
Expand Down

0 comments on commit 0e5a9c3

Please sign in to comment.