Skip to content

Commit

Permalink
feat(github): git-chglog
Browse files Browse the repository at this point in the history
  • Loading branch information
aircjm committed Sep 8, 2021
1 parent 8831f29 commit 5dc90a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ jobs:
CURRENT_TAG: ${{ steps.version_tag.outputs.VERSION }}
run: |
cp limon-server/limon-web/target/limon-web-1.0.0.jar app.jar
docker pull quay.io/git-chglog/git-chglog:latest
docker run -v "$PWD":/workdir quay.io/git-chglog/git-chglog $CURRENT_TAG > CHANGELOG.md
echo "## change log" >> CHANGELOG.md
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 5dc90a1

Please sign in to comment.