test new workflow
This commit is contained in:
@@ -1,38 +1,15 @@
|
|||||||
name: Deploy
|
on:
|
||||||
|
milestone:
|
||||||
on:
|
types: [closed]
|
||||||
push:
|
name: Milestone Closure
|
||||||
tags:
|
|
||||||
- v[0-9]+.[0-9]+.[0-9]+
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
create-release-notes:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- uses: actions/checkout@master
|
||||||
uses: actions/checkout@v3
|
- name: Create Release Notes
|
||||||
|
uses: docker://decathlon/release-notes-generator-action:2.0.1
|
||||||
- name: Update CHANGELOG
|
env:
|
||||||
id: changelog
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
uses: requarks/changelog-action@v1
|
OUTPUT_FOLDER: temp_release_notes
|
||||||
with:
|
USE_MILESTONE_TITLE: "true"
|
||||||
token: ${{ secrets.TOKEN }}
|
|
||||||
tag: ${{ github.ref_name }}
|
|
||||||
|
|
||||||
- name: Create Release
|
|
||||||
uses: ncipollo/release-action@v1.12.0
|
|
||||||
with:
|
|
||||||
allowUpdates: true
|
|
||||||
draft: false
|
|
||||||
makeLatest: true
|
|
||||||
name: ${{ github.ref_name }}
|
|
||||||
body: ${{ steps.changelog.outputs.changes }}
|
|
||||||
token: ${{ secrets.TOKEN }}
|
|
||||||
|
|
||||||
- name: Commit CHANGELOG.md
|
|
||||||
uses: stefanzweifel/git-auto-commit-action@v4
|
|
||||||
with:
|
|
||||||
branch: main
|
|
||||||
commit_message: 'docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]'
|
|
||||||
file_pattern: CHANGELOG.md
|
|
||||||
Reference in New Issue
Block a user