From 2d3c461229514f67f3956cd2dde31b5aa732460e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Alejandro=20Rodr=C3=ADguez?= <64106728+MarioRodriguezS@users.noreply.github.com> Date: Fri, 19 Apr 2024 12:27:03 -0500 Subject: [PATCH 1/2] Add stale issues policy (#127) --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9ec6cc4..374845a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,6 +49,15 @@ At this point, you're waiting on us. We like to at least comment on pull request business days (typically, one business day). We may suggest some changes, improvements or alternatives. +# Stale issues + +To ensure that our issue tracker remains organized and relevant, we have implemented a policy for handling Stale issues. Please review the following guidelines: + +1. **Marking as Stale**: Issues will be automatically marked as **Stale** after 60 days of inactivity. +2. **Closing Stale Issues**: After an issue has been marked as Stale, a comment will be posted on the issue indicating that it will be closed if there is no further activity or information provided within a specified period. + +Thank you for helping us maintain a clean and efficient issue tracker! + ## Additional resources * [EditorJS](https://editorjs.io/) From ac6ec787e15889e25855a4ea9d60b208b91b4830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juli=C3=A1n=20S=C3=A1nchez?= <50778235+juliandsg0222@users.noreply.github.com> Date: Thu, 25 Apr 2024 16:08:19 -0500 Subject: [PATCH 2/2] Prepare release v1.2.2 (#128) --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3859fcb..91d1b09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +# 1.2.2 (25.04.2024) +* Add stale issues policy. See [PR #127](https://github.com/kommitters/editorjs-tooltip/pull/127) + ## 1.2.1 (20.03.2024) * Solve security vulnerabilities. See [PR #126](https://github.com/kommitters/editorjs-tooltip/pull/126) diff --git a/package.json b/package.json index fed33e2..be94cf0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "editorjs-tooltip", - "version": "1.2.1", + "version": "1.2.2", "keywords": [ "tool", "tooltip",