-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from Decathlon/feat_release_notes_configuration
feat: YML file to configure release notes tags
- Loading branch information
Showing
4 changed files
with
35 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
releasenotes: | ||
sections: | ||
- title: "Enhancements" | ||
emoji: ":star:" | ||
labels: ["new"] | ||
- title: "Bugs" | ||
emoji: ":beetle:" | ||
labels: ["fix"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,9 @@ | ||
name: Release notes generator | ||
author: Decathlon <[email protected]> | ||
description: This Github action <strong>automatically creates a release notes</strong> when a milestone is closed. | ||
Each time a milestone is closed, this GitHub action scans its attached issues and pull requests, then automatically generates a wonderful release note. | ||
<p align="center"> | ||
<img src="https://github.com/Decathlon/release-notes-generator-action/raw/master/images/release_notes.png" alt="Example illustration"/> | ||
</p> | ||
runs: | ||
using: 'docker' | ||
image: 'docker://decathlon/release-notes-generator-action:2.0.1' | ||
image: 'docker://decathlon/release-notes-generator-action:2.1.0' | ||
branding: | ||
icon: tag | ||
color: blue |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters