Skip to content

Commit

Permalink
Add release body template
Browse files Browse the repository at this point in the history
  • Loading branch information
leviem1 authored Aug 29, 2020
1 parent 05790e0 commit 25b8f5a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ jobs:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: true
body: |
# Recent Changes
## Improvements 🏗️
* Item 1
## Bug Fixes 🐞
* Item 2
- name: Upload Release Asset
uses: actions/upload-release-asset@v1
Expand All @@ -47,4 +53,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{ github.workspace }}/build/libs/ExamplePlugin.jar
asset_name: ExamplePlugin.jar
asset_content_type: application/java-archive
asset_content_type: application/java-archive

0 comments on commit 25b8f5a

Please sign in to comment.