From 24b7367712ec4fd72fc94d84c7ca9790b932f259 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 15:16:56 -0500 Subject: [PATCH 1/2] Add stale issues policy (#279) --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5d8f0ec6..40f36891 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,6 +42,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! + ## Resources - [How to Contribute to Open Source][oss-how-to] From e77fc10d2b033efe5fc8fbf607558452bb20350d 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:50:31 -0500 Subject: [PATCH 2/2] Prepare release v0.19.1 (#280) --- CHANGELOG.md | 4 ++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd0bcfc3..33e2fe7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.19.1 (25.04.2024) + +- Add stale issues policy. See [PR #279](https://github.com/kommitters/kadena.ex/pull/279) + ## 0.19.0 (01.02.2023) - Added [YAML Continuation command](https://github.com/kommitters/kadena.ex/issues/209) diff --git a/README.md b/README.md index 11284094..a926df7e 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Add `kadena` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:kadena, "~> 0.19.0"} + {:kadena, "~> 0.19.1"} ] end ``` diff --git a/mix.exs b/mix.exs index 751d2a0a..6808da0d 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Kadena.MixProject do use Mix.Project - @version "0.19.0" + @version "0.19.1" @github_url "https://github.com/kommitters/kadena.ex" def project do