Skip to content

Commit

Permalink
Add initial automated release notes config
Browse files Browse the repository at this point in the history
This is one of the steps towards automating release builds for this
project.

refs atc0005/todo#65
  • Loading branch information
atc0005 committed Jul 18, 2023
1 parent dd86bd9 commit d5660fd
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/dnsc
#
# 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 d5660fd

Please sign in to comment.