We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b66a748 commit 6d088fdCopy full SHA for 6d088fd
.github/workflows/testing-release.yml
@@ -238,7 +238,7 @@ jobs:
238
--target ${{ inputs.checkout_ref }} \
239
--draft=${{ inputs.perform_release && 'false' || 'true'}} \
240
--title "${{ env.APPLICATION}} ${{ inputs.release_version }}" \
241
- --notes "<br>... coming soon<br>Docker image tags released:<br> ${{ env.DOCKER_META_TAGS }}<br> ... coming soon"
+ --notes "**Improvements:**... coming soon **Bugfixes:** ... coming soon **Docker images:** Docker image released:<br> ${{ env.DOCKER_META_TAGS }}<br> ... coming soon"
242
243
- name: Debug output
244
run: |
0 commit comments