Skip to content

Commit e62d7a5

Browse files
authored
release: 3.0.0 (#118)
1 parent 5a5acb5 commit e62d7a5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 3.0.0
4+
5+
- Update to node20 ([#115](https://github.com/eps1lon/actions-label-merge-conflict/pull/115))
6+
37
## 2.1.0
48

59
- Address set-output deprecation ([#92](https://github.com/eps1lon/actions-label-merge-conflict/pull/92) by @NotMyFault)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: check if prs are dirty
25-
uses: eps1lon/actions-label-merge-conflict@releases/2.x
25+
uses: eps1lon/actions-label-merge-conflict@v3
2626
with:
2727
dirtyLabel: "PR: needs rebase"
2828
removeOnDirtyLabel: "PR: ready to ship"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"license": "MIT",
44
"main": "dist/index.js",
55
"private": true,
6-
"version": "2.1.0",
6+
"version": "3.0.0",
77
"scripts": {
88
"build": "ncc build sources/main.ts",
99
"format": "prettier \"**/*.{js,json,md,ts,yml}\" --ignore-path .eslintignore --write"

0 commit comments

Comments
 (0)