Releases: benelan/milestone-action
Releases · benelan/milestone-action
v3.1.0
v3.0.0
3.0.0 (2024-01-24)
Breaking Changes
- Upgrade the Node runner to
v20
, which is the current LTS version. Nodev16
reached end of life on2023-09-11
and the GitHub runner will be deprecated this year. See this GitHub blog post for more info (e845696)
Features
- Use GitHub Action annotations instead of
console.log
(4a7383b)
v2.0.0
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
v1.3.0
v1.2.0
v1.1.1
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
This release provides the option to add the milestone with the farthest due date.
v1.0.0
The initial release of the action. It adds the current milestones to issues and pull requests based on due date.