Skip to content

Commit

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

Add initial automated release notes config
  • Loading branch information
atc0005 authored Jul 18, 2023
2 parents 6edf59e + 9b9f125 commit 2949c92
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/check-statuspage
#
# 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 2949c92

Please sign in to comment.