@@ -14,29 +14,47 @@ name: Add Milestone
14
14
on :
15
15
issues :
16
16
types : [opened]
17
- branches : [master ]
17
+ branches : [main ]
18
18
pull_request :
19
19
types : [closed]
20
- branches : [master ]
20
+ branches : [main ]
21
21
jobs :
22
22
add :
23
23
runs-on : ubuntu-latest
24
24
steps :
25
- - uses : benelan/milestone-action@v2
25
+ - uses : benelan/milestone-action@v3
26
26
with :
27
27
farthest : true # remove this line to add the current milestone
28
28
overwrite : true # remove this line to keep an existing milestone
29
29
` ` `
30
30
31
31
## Changelog
32
32
33
+ ### [3.0.0](https://github.com/benelan/milestone-action/compare/v2.0.0...v3.0.0) (2024-01-24)
34
+
35
+ #### Breaking Changes
36
+
37
+ - Upgrade the Node runner to ` v20`, which is the current LTS version. Node `v16`
38
+ reached [end of life](https://nodejs.org/en/blog/announcements/nodejs16-eol)
39
+ on `2023-09-11` and the GitHub runner will be deprecated this year. See this
40
+ [GitHub blog post](https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/)
41
+ for more info.
42
+ ([e845696](https://github.com/benelan/milestone-action/commit/e845696b034a067c487b98502782a9c1a900edaf))
43
+
44
+ # ### Features
45
+
46
+ - Use [GitHub Action annotations](https://github.com/actions/toolkit/tree/main/packages/core#annotations)
47
+ instead of `console.log`
48
+ ([4a7383b](https://github.com/benelan/milestone-action/commit/4a7383b3c7279110330e33a6a9762440556172e4))
49
+
33
50
# ## [2.0.0](https://github.com/benelan/milestone-action/compare/v1.3.1...v2.0.0) (2022-12-24)
34
51
35
52
# ### Breaking Changes
36
53
37
54
- Upgrade the Node runner from the deprecated `v12` to `v16`. See this
38
- [GitHub blog post](https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/)
39
- for more info.
55
+ [GitHub blog post](https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/)
56
+ for more info
57
+ ([f5f6fcb](https://github.com/benelan/milestone-action/commit/f5f6fcb16cecaa3255d2a9922838b027a9422dbb))
40
58
41
59
# ## [1.3.1](https://github.com/benelan/milestone-action/compare/v1.3.0...v1.3.1) (2022-04-26)
42
60
0 commit comments