Skip to content

Commit

Permalink
Introduce release template (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler authored Aug 12, 2024
1 parent b41de1e commit 0032ffc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Release template for GitHub Releases

changelog:
categories:
- title: ✨ Features
labels:
- feature
- title: 🐛 Bugfixes
labels:
- bug-fix
- title: ✏️ Tasks
labels:
- '*'
exclude:
labels:
- feature
- bug-fix
3 changes: 3 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"labels": [
"dependencies",
],
"extends": [
"config:recommended",
]
Expand Down

0 comments on commit 0032ffc

Please sign in to comment.