Skip to content

Commit cdcc1cb

Browse files
committedNov 1, 2017
[chore]: fixed changelog generator.
the issue was the arguments that are inverted.
1 parent 417401e commit cdcc1cb

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed
 

‎CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
v3.0.4 - Wed, 18 Oct 2017 19:55:15 UTC
1+
v3.1.0 - Wed, 25 Oct 2017 14:26:17 UTC
22
--------------------------------------
33

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

68

79
v3.0.4 - Wed, 18 Oct 2017 19:52:46 UTC

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ check-working-tree:
8282

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

8888
compile:

0 commit comments

Comments
 (0)
Please sign in to comment.