Skip to content

Releases: benelan/milestone-action

v3.1.0

10 Feb 11:41
ae50376
Compare
Choose a tag to compare

3.1.0 (2024-02-10)

Features

  • Add single option for repos that have one open milestone at a time with no due date. (47e7b58)

v3.0.0

24 Jan 20:13
e5effd6
Compare
Choose a tag to compare

3.0.0 (2024-01-24)

Breaking Changes

  • Upgrade the Node runner to v20, which is the current LTS version. Node v16 reached end of life on 2023-09-11 and the GitHub runner will be deprecated this year. See this GitHub blog post for more info (e845696)

Features

v2.0.0

25 Dec 01:26
Compare
Choose a tag to compare

2.0.0 (2022-12-24)

Breaking Changes

Upgraded the Node runner from the deprecated v12 to v16. See this GitHub blog post for more info.

v1.3.1

08 Jul 19:18
Compare
Choose a tag to compare

1.3.1 (2022-04-26)

Fixes

  • A milestone is considered current until the day after its due date. Previously it was considering the time of day when comparing the current date to a milestone's due date. (c68adeb)

v1.3.0

26 Apr 17:30
Compare
Choose a tag to compare

1.3.0 (2022-04-26)

Features

  • Add option to overwrite an existing milestone (7ad020e)

Fixes

  • Use UTC time for the current date (7ad020e)

v1.2.0

26 Apr 00:14
Compare
Choose a tag to compare

1.2.0 (2021-09-21)

Features

  • Allow the workflow to run on any event action (9bce688)

v1.1.1

21 Sep 19:04
Compare
Choose a tag to compare

The action was failing on dependabot PRs. This was by design, for security reasons, as described in this blog post. The action now skips when the sender is dependabot.

v1.1.0

13 Sep 19:48
Compare
Choose a tag to compare

This release provides the option to add the milestone with the farthest due date.

v1.0.0

02 Sep 17:32
37b104b
Compare
Choose a tag to compare

The initial release of the action. It adds the current milestones to issues and pull requests based on due date.