Skip to content

Commit

Permalink
Add release draft template (#101)
Browse files Browse the repository at this point in the history
* Add release draft template
* pin whylogs to version 1.2.4
  • Loading branch information
jamie256 authored Jul 21, 2023
1 parent 57ed00c commit 8ea1175
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 2 deletions.
40 changes: 40 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ea1175

Please sign in to comment.