We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 }}
The text was updated successfully, but these errors were encountered:
d12f146
Fixed #317 - Create Release Notes via milestone closing
c2a9882
- Followup prerelease true.
9aa2169
b205caa
64a94c8
77c4815
khmarbaise
No branches or pull requests
The text was updated successfully, but these errors were encountered: