From 8ea1175a06b36895ff02b8c3fc76e1998963b2ff Mon Sep 17 00:00:00 2001 From: Jamie Broomall <88007022+jamie256@users.noreply.github.com> Date: Fri, 21 Jul 2023 12:23:46 -0500 Subject: [PATCH] Add release draft template (#101) * Add release draft template * pin whylogs to version 1.2.4 --- .github/release-drafter.yml | 40 +++++++++++++++++++++++++++++++++++++ poetry.lock | 2 +- pyproject.toml | 2 +- 3 files changed, 42 insertions(+), 2 deletions(-) create mode 100644 .github/release-drafter.yml diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml new file mode 100644 index 00000000..4e06f365 --- /dev/null +++ b/.github/release-drafter.yml @@ -0,0 +1,40 @@ +name-template: "v$NEXT_PATCH_VERSION" +tag-template: "v$NEXT_PATCH_VERSION" +change-template: "- $TITLE #$NUMBER [@$AUTHOR]" + +categories: + - title: "✨ Features" + labels: + - "feature" + - "enhancement" + - "✨" + - "⚡️" + - title: "🐛 Bug Fixes" + labels: + - "fix" + - "bugfix" + - "bug" + - "🐛" + - title: "📚 Documentation" + labels: + - "documentation" + - "docs" + - "📚" + - title: " 🚨 Continous Integration" + labels: + - "testing" + - "test" + - title: " 🔨 Maintance" + labels: + - "Maintenance" + +exclude-labels: + - "changelog: skip" + +template: | + + ## LangKit release v$NEXT_PATCH_VERSION + 🔍 LangKit: An open-source toolkit for monitoring Language Learning Models (LLMs). 📚 Extracts signals from prompts & responses, ensuring safety & security. 🛡️ Features include text quality, relevance metrics, & sentiment analysis. 📊 A comprehensive tool for LLM observability. 👀 + This version includes: + + $CHANGES diff --git a/poetry.lock b/poetry.lock index 68230405..c3af9520 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3236,4 +3236,4 @@ all = ["datasets", "nltk", "openai", "sentence-transformers", "torch"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "b6e32772cfc3db9f1af56056467ffc5b02d86012f1f4fb73d376d6cf08741f5e" +content-hash = "2292c185734f1c830090c8c115fefe3cd47a9f52a65459f3ae13b427046c7574" diff --git a/pyproject.toml b/pyproject.toml index eaba9f94..2d0533c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ readme = "DESCRIPTION.md" python = "^3.8" textstat = "^0.7.3" pandas = "*" -whylogs = "^1.2.4" +whylogs = "1.2.4" # optional dependencies