##// END OF EJS Templates
autoformatting of doc
autoformatting of doc

File last commit:

r25496:261bc98c
r25890:ed567acd
Show More
release-notes.yml
16 lines | 450 B | text/x-yaml | YamlLexer
# Trigger the workflow on milestone events
on:
milestone:
types: [closed]
name: New Release
jobs:
create-release-notes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Create Release Notes
uses: docker://decathlon/release-notes-generator-action:2.0.1
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_NOTES_TOKEN }}
OUTPUT_FOLDER: temp_release_notes
USE_MILESTONE_TITLE: "true"