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

GitHub Relase body from Release PR body #6

Closed
azu opened this issue Mar 11, 2020 · 1 comment
Closed

GitHub Relase body from Release PR body #6

azu opened this issue Mar 11, 2020 · 1 comment
Labels
Status: Proposal Request for comments

Comments

@azu
Copy link
Owner

azu commented Mar 11, 2020

Copy merged Pull Request body to GitHub Release body.

@azu azu added the Status: Proposal Request for comments label Mar 11, 2020
This was referenced Mar 11, 2020
Merged
Merged
@azu
Copy link
Owner Author

azu commented Mar 11, 2020

if: steps.tag_check.outputs.exists_tag == 'false' && github.event.pull_request.merged == true
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{ env.CURRENT_VERSION }}
# Copy Pull Request's tile and body to Release Note
release_name: ${{ github.event.pull_request.title }}
body: |
${{ github.event.pull_request.body }}
implemented

@azu azu closed this as completed Mar 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Proposal Request for comments
Projects
None yet
Development

No branches or pull requests

1 participant