Skip to content

Commit

Permalink
release: 3.0.0 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Mar 23, 2024
1 parent 5a5acb5 commit e62d7a5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 3.0.0

- Update to node20 ([#115](https://github.com/eps1lon/actions-label-merge-conflict/pull/115))

## 2.1.0

- Address set-output deprecation ([#92](https://github.com/eps1lon/actions-label-merge-conflict/pull/92) by @NotMyFault)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: check if prs are dirty
uses: eps1lon/actions-label-merge-conflict@releases/2.x
uses: eps1lon/actions-label-merge-conflict@v3
with:
dirtyLabel: "PR: needs rebase"
removeOnDirtyLabel: "PR: ready to ship"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"license": "MIT",
"main": "dist/index.js",
"private": true,
"version": "2.1.0",
"version": "3.0.0",
"scripts": {
"build": "ncc build sources/main.ts",
"format": "prettier \"**/*.{js,json,md,ts,yml}\" --ignore-path .eslintignore --write"
Expand Down

0 comments on commit e62d7a5

Please sign in to comment.