github-changelog-generator / github-changelog-generator

Automatically generate change log from your tags, issues, labels and pull requests on GitHub.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use milestone to specify in which version bug was fixed

skywinder opened this issue · comments

In case, when bug was closed after release date - there is no option to detect, in which version it was fixed.
One of the option - is use milestone for that.
i.e. first - look at milestone name is the same with tag name - then put this bug in that version. Otherwise work as usual, i,e, use closed date to detect in which version, when bug was fixed.

Example to test skywinder/ActionSheetPicker-3.0#100 should be in 1.3.6

#20 should be in 1.2.1 (now in 1.1.4)

#34 should be in 1.2.2 (now in 1.2.3)