Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Add initial automated release notes config #99

Merged
merged 1 commit into from
Jul 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Copyright 2023 Adam Chalkley
#
# https://github.com/atc0005/go-ezproxy
#
# Licensed under the MIT License. See LICENSE file in the project root for
# full license information.

# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes

changelog:
exclude:
labels:
- ignore-for-release
categories:
- title: Breaking Changes 🛠
labels:
- breaking
- title: New Features or Enhancements 🎉
labels:
- new
- enhancement
- title: Bug Fixes 🐛
labels:
- bug
- title: Dependency Updates
labels:
- dependencies
- title: Other Changes
labels:
- "*"
Loading