Skip to content

MylesBorins/release-notes-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

release-notes-test

testing new release notes feature

.github/release.yml

changelog:
  categories:
  - title: Breaking Changes
    labels:
    - Semver-Major
    - breaking-change
  - title: Exciting New Features :tada:
    labels:
    - Semver-Minor
    - enhancement
  - title: Other Changes
    labels:
       - “*”