Conversation
.github/workflows/release.yaml
Outdated
| run: | | ||
| content=$(gh api "repos/${GITHUB_REPOSITORY}/releases/generate-notes" \ | ||
| --raw-fiel tag_name="${GITHUB_REF_NAME}" | ||
| --jq .body) |
There was a problem hiding this comment.
I've set it to the same content as what is automatically generated in the body, but is there anything else we should add?
There was a problem hiding this comment.
It's better that we have "highlights" part like "can customize gain by configuration file" in https://discord.com/channels/1339899404546740275/1340931146997039144/threads/1465197395028607078 .
But we don't have it in our release contents for now.
It's better that we have "how to contribute" part like "If you have any URDF related problems or improvements, please file them to https://github.com/enactic/openarm_description/issues and/or https://github.com/enactic/openarm_description/pulls !" in https://discord.com/channels/1339899404546740275/1340931146997039144/threads/1465197395028607078 .
| - name: Post to Discord | ||
| if: github.ref_type == 'tag' | ||
| env: | ||
| DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }} |
There was a problem hiding this comment.
We need to set the DISCORD_WEBHOOK_URL.
e98f9fc to
3c48e3c
Compare
| categories: | ||
| - title: "Highlights" | ||
| labels: | ||
| - "important" |
There was a problem hiding this comment.
How about making changes labeled "important" in PRs into Highlights?
No description provided.