Skip to content

Commit d42e5f4

Browse files
committed
chore(release): 5.0.0
1 parent d8da6c1 commit d42e5f4

File tree

3 files changed

+29
-4
lines changed

3 files changed

+29
-4
lines changed

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
# Changelog
22

3-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
3+
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4+
5+
## [5.0.0](https://github.com/dessant/lock-threads/compare/v4.0.1...v5.0.0) (2023-11-14)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Discussions are also processed by default,
11+
set the `process-only` input parameter to preserve the old behavior
12+
13+
```yaml
14+
steps:
15+
- uses: dessant/lock-threads@v5
16+
with:
17+
process-only: 'issues, prs'
18+
```
19+
* the action now requires Node.js 20
20+
21+
### Features
22+
23+
* lock discussions ([0a0976f](https://github.com/dessant/lock-threads/commit/0a0976f3ded51c88c6128dd96dd115c9f14fa764)), closes [#25](https://github.com/dessant/lock-threads/issues/25)
24+
25+
26+
### Bug Fixes
27+
28+
* update dependencies ([5a25b54](https://github.com/dessant/lock-threads/commit/5a25b54eae3e7a5580d09ef0f7cbc5b18376db67))
429
530
### [4.0.1](https://github.com/dessant/lock-threads/compare/v4.0.0...v4.0.1) (2023-06-12)
631

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": "lock-threads",
3-
"version": "4.0.1",
3+
"version": "5.0.0",
44
"description": "A GitHub Action that locks closed issues and pull requests after a period of inactivity.",
55
"author": "Armin Sebastian",
66
"license": "MIT",

0 commit comments

Comments
 (0)