Skip to content

Commit

Permalink
updating labels and release config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Riddle committed Jan 26, 2024
1 parent bbdb8bb commit 1f1bf57
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 37 deletions.
21 changes: 21 additions & 0 deletions .github/labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
- name: new-feature
description: for new features in the changelog.
color: 225fee
- name: improvement
description: for improvements in existing functionality in the changelog.
color: 22ee47
- name: repo-ci-improvement
description: for improvements in the repository or CI workflow in the changelog.
color: c922ee
- name: bugfix
description: for any bug fixes in the changelog.
color: ed8e21
- name: documentation
description: for updates to the documentation in the changelog.
color: d3e1e6
- name: testing
description: for updates to the testing suite in the changelog.
color: 933ac9
- name: breaking-change
description: for breaking changes in the changelog.
color: ff0000
21 changes: 0 additions & 21 deletions .github/release-drafter.yml

This file was deleted.

32 changes: 32 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
changelog:
exclude:
labels:
- ignore-for-release
categories:
- title: ⚠️ Breaking Change
labels:
- breaking-change
- title: 🚀 New Features
labels:
- enhancement
- title: 💡 Improvements
labels:
- improvement
- title: ⚙️ Repo/CI Improvements
labels:
- repo-ci-improvement
- title: 🐛 Bug Fixes
labels:
- bugfix
- title: 📦 Dependency Updates
labels:
- dependencies
- title: 📖 Documentation
labels:
- documentation
- title: 🧪 Testing Improvements
labels:
- testing
- title: Other Changes
labels:
- "*"
16 changes: 0 additions & 16 deletions .github/workflows/release-drafter.yml

This file was deleted.

0 comments on commit 1f1bf57

Please sign in to comment.