Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Automate release notes to unified standard (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohltyler authored Jul 16, 2020
1 parent 44a8bcd commit 68429a8
Showing 1 changed file with 31 additions and 20 deletions.
51 changes: 31 additions & 20 deletions .github/draft-release-notes-config.yml
Original file line number Diff line number Diff line change
@@ -1,35 +1,46 @@
# The overall template of the release notes
template: |
Compatible with Elasticsearch (**set version here**) and Open Distro for Elasticsearch (**set version here**).
Compatible with Elasticsearch (**set version here**).
$CHANGES
# Setting the formatting and sorting for the release notes body
name-template: Version (set version here)
change-template: '- $TITLE (PR #$NUMBER)'
change-template: "* $TITLE (#$NUMBER)"
sort-by: merged_at
sort-direction: ascending
replacers:
- search: "##"
replace: "###"

# Organizing the tagged PRs into categories
# Organizing the tagged PRs into unified ODFE categories
categories:
- title: 'Breaking Changes'
- title: "Breaking changes"
labels:
- "breaking change"
- title: "Features"
labels:
- "feature"
- title: "Enhancements"
labels:
- 'breaking change'
- title: 'Major Changes'
- "enhancement"
- title: "Bug Fixes"
labels:
- 'feature'
- title: 'Enhancements'
- "bug"
- "bug fix"
- title: "Infrastructure"
labels:
- 'enhancement'
- title: 'Bug Fixes'
- "infra"
- "test"
- "dependencies"
- "github actions"
- title: "Documentation"
labels:
- 'bug'
- 'bug fix'
- title: 'Infra Changes'
- "documentation"
- title: "Maintenance"
labels:
- 'infra'
- 'test'
- 'documentation'
- 'dependencies'
- title: 'Version Upgrades'
- "version upgrade"
- "odfe release"
- title: "Refactoring"
labels:
- 'version upgrade'
- 'odfe-release'
- "refactor"
- "code quality"

0 comments on commit 68429a8

Please sign in to comment.