Skip to content

Commit

Permalink
Add github automated release configuration (#327)
Browse files Browse the repository at this point in the history
- Remove pull request check
- Update labels used in the issue templates
  • Loading branch information
hayley-jean authored Jan 6, 2025
1 parent 699470d commit d8978bc
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: kind/bug
labels: bug
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for this project
title: ''
labels: kind/enhancement
labels: enhancement
assignees: ''

---
Expand Down
23 changes: 23 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
changelog:
exclude:
labels:
- ignore-for-release
categories:
- title: Added
labels:
- enhancement
- title: Fixed
labels:
- bug
- title: Changed
labels:
- "*"
- title: Deprecated
labels:
- deprecated
- title: Breaking Changes
labels:
- breaking
- title: Documentation
labels:
- documentation
23 changes: 0 additions & 23 deletions .github/workflows/pull-request-check.yml

This file was deleted.

0 comments on commit d8978bc

Please sign in to comment.