Skip to content

Commit

Permalink
Release version 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid committed Feb 17, 2017
1 parent 3faa310 commit af95215
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,15 @@ Thanks for helping by allowing employees to work on the project during work hour
master_ - unreleased
--------------------

.. _master: https://github.com/opening-hours/opening_hours.js/compare/v3.4.0...master
.. _master: https://github.com/opening-hours/opening_hours.js/compare/v3.5.0...master

`v3.6.0 milestone <https://github.com/opening-hours/opening_hours.js/issues?q=milestone%3Av3.6.0+is%3Aclosed>`__


v3.5.0_ - 2017-02-07
--------------------

.. _v3.5.0: https://github.com/opening-hours/opening_hours.js/compare/v3.4.0...v3.5.0

`v3.5.0 milestone <https://github.com/opening-hours/opening_hours.js/issues?q=milestone%3Av3.5.0+is%3Aclosed>`__

Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -232,14 +232,14 @@ check-package.json: package.json
.PHONY: release-versionbump
release-versionbump: package.json CHANGELOG.rst
editor $?
sh -c 'git commit --all --message="Release version $(shell jq --raw-output '.version' '$<')"'
sh -c 'git commit --all --message "Release version $$(jq --raw-output '.version' '$<')"'

.PHONY: release-prepare
release-prepare: package.json taginfo.json update-dependency-versions doctoc check-diff-uglifyjs-log check qa-source-code qa-https-everywhere

.PHONY: release-local
release-local: release-versionbump check-package.json
git tag --sign --local-user "$(RELEASE_OPENPGP_FINGERPRINT)" "v$(shell jq --raw-output '.version' $<)"
release-local: package.json release-versionbump check-package.json
git tag --sign --local-user "$(RELEASE_OPENPGP_FINGERPRINT)" --message "Released version $(shell jq --raw-output '.version' $<)" "v$(shell jq --raw-output '.version' $<)"

.PHONY: release-publish
## First source file is referenced!
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.4.0",
"version": "3.5.0",
"homepage": "https://github.com/opening-hours/opening_hours.js",
"author": "Dmitry Marakasov <[email protected]>",
"maintainers": [
Expand Down

0 comments on commit af95215

Please sign in to comment.