Skip to content

Commit

Permalink
chore(release): 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Nov 14, 2023
1 parent d8da6c1 commit d42e5f4
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
# Changelog

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.
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.

## [5.0.0](https://github.com/dessant/lock-threads/compare/v4.0.1...v5.0.0) (2023-11-14)


### ⚠ BREAKING CHANGES

* Discussions are also processed by default,
set the `process-only` input parameter to preserve the old behavior

```yaml
steps:
- uses: dessant/lock-threads@v5
with:
process-only: 'issues, prs'
```
* the action now requires Node.js 20

### Features

* lock discussions ([0a0976f](https://github.com/dessant/lock-threads/commit/0a0976f3ded51c88c6128dd96dd115c9f14fa764)), closes [#25](https://github.com/dessant/lock-threads/issues/25)


### Bug Fixes

* update dependencies ([5a25b54](https://github.com/dessant/lock-threads/commit/5a25b54eae3e7a5580d09ef0f7cbc5b18376db67))

### [4.0.1](https://github.com/dessant/lock-threads/compare/v4.0.0...v4.0.1) (2023-06-12)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lock-threads",
"version": "4.0.1",
"version": "5.0.0",
"description": "A GitHub Action that locks closed issues and pull requests after a period of inactivity.",
"author": "Armin Sebastian",
"license": "MIT",
Expand Down

0 comments on commit d42e5f4

Please sign in to comment.