Skip to content

Commit

Permalink
ci: add comment in "create GH release" wf
Browse files Browse the repository at this point in the history
Explain why the release is created as a "draft" here.
  • Loading branch information
tbouffard authored Jan 8, 2024
1 parent c2228ce commit 467824d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
body: |
Examples for [bpmn-visualization@${{ env.RELEASE_VERSION }}](https://github.com/process-analytics/bpmn-visualization-js/releases/tag/${{ env.TAG }}).
Live examples are available for [${{ env.RELEASE_VERSION }}](https://cdn.statically.io/gh/process-analytics/bpmn-visualization-examples/${{ env.TAG }}/examples/index.html).
draft: true
draft: true # Generate here in draft to not mess with the release-drafter workflow, this is not required in the targeted repository
generateReleaseNotes: true
name: ${{ env.RELEASE_VERSION }}

0 comments on commit 467824d

Please sign in to comment.