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

Commit

Permalink
Merge pull request #99 from atc0005/add-initial-automated-release-not…
Browse files Browse the repository at this point in the history
…es-config

Add initial automated release notes config
  • Loading branch information
atc0005 authored Jul 18, 2023
2 parents a1e815c + 4d23599 commit 41de18b
Showing 1 changed file with 30 additions and 0 deletions.
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:
- "*"

0 comments on commit 41de18b

Please sign in to comment.