Skip to content

Commit

Permalink
[chore]: fixed changelog generator.
Browse files Browse the repository at this point in the history
the issue was the arguments that are inverted.
  • Loading branch information
diasbruno committed Nov 1, 2017
1 parent 417401e commit cdcc1cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
v3.0.4 - Wed, 18 Oct 2017 19:55:15 UTC
v3.1.0 - Wed, 25 Oct 2017 14:26:17 UTC
--------------------------------------


- [42d724c](../../commit/42d724c) [added] shouldReturnFocusAfterClose to control focus.
- [400ac13](../../commit/400ac13) [chore] make sure all tests meet line-length requirement.
- [18a15eb](../../commit/18a15eb) [fixed] correct property name shouldFocusAfterRender.


v3.0.4 - Wed, 18 Oct 2017 19:52:46 UTC
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ check-working-tree:

changelog:
@echo "[Updating CHANGELOG.md $(CURRENT_VERSION) > `cat .version`]"
@python3 ./scripts/changelog.py v`cat .version` v$(CURRENT_VERSION) > .changelog_update
@python3 ./scripts/changelog.py v$(CURRENT_VERSION) v`cat .version` > .changelog_update
@cat .changelog_update CHANGELOG.md > tmp && mv tmp CHANGELOG.md

compile:
Expand Down

0 comments on commit cdcc1cb

Please sign in to comment.