Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Release Notes via milestone closing #317

Closed
khmarbaise opened this issue Dec 30, 2022 · 0 comments
Closed

Create Release Notes via milestone closing #317

khmarbaise opened this issue Dec 30, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@khmarbaise
Copy link
Owner

khmarbaise commented Dec 30, 2022

on:
  milestone:
    types: [closed]
name: Generate Release Notes and Publish
jobs:
  create-release-notes:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@master
      - name: create release notes from milestone ${{ github.event.milestone.title }}
        uses: docker://decathlon/release-notes-generator-action:2.1.0
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
          OUTPUT_FOLDER: temp_release_notes
      - name: deploy release notes for milestone ${{ github.event.milestone.title }}
        uses: ncipollo/release-action@v1
        with:
          replacesArtifacts: false
          allowUpdates: true
          bodyFile: temp_release_notes/release_file.md
          draft: false
          tag: ${{ github.event.milestone.title }}
          prerelease: false
          token: ${{ secrets.GITHUB_TOKEN }}
@khmarbaise khmarbaise added the enhancement New feature or request label Dec 30, 2022
@khmarbaise khmarbaise added this to the 0.12.0 milestone Dec 30, 2022
@khmarbaise khmarbaise self-assigned this Dec 30, 2022
@khmarbaise khmarbaise modified the milestones: 0.12.0, 0.13.0 Dec 30, 2022
khmarbaise added a commit that referenced this issue Dec 30, 2022
@khmarbaise khmarbaise reopened this Jan 9, 2023
khmarbaise added a commit that referenced this issue Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant