Skip to content

Commit

Permalink
Released version 3.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid committed Jan 24, 2015
1 parent f2a326b commit 36b76c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,20 @@ 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

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
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.0.1",
"version" : "3.0.2",
"homepage" : "https://github.com/ypid/opening_hours.js",
"author" : "Dmitry Marakasov <[email protected]>",
"maintainers": [
Expand Down

0 comments on commit 36b76c5

Please sign in to comment.