Skip to content

Commit e5effd6

Browse files
committed
chore: release v3.0.0
1 parent 00f1c79 commit e5effd6

File tree

3 files changed

+26
-8
lines changed

3 files changed

+26
-8
lines changed

README.md

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,47 @@ name: Add Milestone
1414
on:
1515
issues:
1616
types: [opened]
17-
branches: [master]
17+
branches: [main]
1818
pull_request:
1919
types: [closed]
20-
branches: [master]
20+
branches: [main]
2121
jobs:
2222
add:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: benelan/milestone-action@v2
25+
- uses: benelan/milestone-action@v3
2626
with:
2727
farthest: true # remove this line to add the current milestone
2828
overwrite: true # remove this line to keep an existing milestone
2929
```
3030
3131
## Changelog
3232
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+
3350
### [2.0.0](https://github.com/benelan/milestone-action/compare/v1.3.1...v2.0.0) (2022-12-24)
3451

3552
#### Breaking Changes
3653

3754
- 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))
4058

4159
### [1.3.1](https://github.com/benelan/milestone-action/compare/v1.3.0...v1.3.1) (2022-04-26)
4260

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "milestone-action",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"private": true,
55
"description": "A GitHub Action that automatically sets the current or farthest due milestone on issues and pull requests.",
66
"keywords": [

0 commit comments

Comments
 (0)