Skip to content

Commit

Permalink
Add an automatic changelog generator action [#291]
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce committed Jun 21, 2020
1 parent b6fbfdb commit b063e00
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 85 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/create-release.yml
Expand Up @@ -18,12 +18,11 @@ jobs:
uses: actions/checkout@master
- name: Build project
run: mvn package -Pci -DskipTests -Dassembly-name=RELEASE
- name: Upload release artifact
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
- name: Generate release
uses: "marvinpinto/action-automatic-releases@latest"
with:
body_path: RELEASE.md
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
changelog
comixed-app/target/artifacts/comixed-app-0.6.0-0.rc1-RELEASE.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
78 changes: 0 additions & 78 deletions RELEASE.md

This file was deleted.

2 changes: 1 addition & 1 deletion comixed-app/src/main/assembly/src.xml
Expand Up @@ -14,7 +14,7 @@
<include>LICENSE</include>
<include>QUICKSTART.md</include>
<include>README.md</include>
<include>RELEASE.md</include>
<include>CHANGELOG.md</include>
</includes>
</fileSet>
<fileSet>
Expand Down

0 comments on commit b063e00

Please sign in to comment.