feat: automatically create releases from tags

This will also include release notes, allowing downstream consumers of plugins to better understand what the release includes.
This commit is contained in:
Jose Diaz-Gonzalez
2023-02-09 03:00:43 -05:00
parent 81cb9b79c5
commit df8f917a04

22
.github/workflows/tagged-release.yml vendored Normal file
View File

@@ -0,0 +1,22 @@
---
name: "tagged-release"
# yamllint disable-line rule:truthy
on:
push:
tags:
- '*'
jobs:
tagged-release:
name: tagged-release
runs-on: ubuntu-20.04
steps:
- uses: "marvinpinto/action-automatic-releases@v1.2.1"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
LICENSE.txt
*.jar