Skip to content

Commit

Permalink
Adding Automated Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ksgnextuple committed May 29, 2022
1 parent bb73f75 commit 297ee2d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/release-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,18 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Changelog
uses: scottbrenner/generate-changelog-action@master
id: Changelog
env:
REPO: ${{ github.repository }}
- name: Create Release
uses: actions/create-release@v1
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: |
${{ steps.Changelog.outputs.changelog }}
Deploy-To-Prod:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion initial/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ apply plugin: "org.sonatype.gradle.plugins.scan"
apply plugin: "base"

group = 'com.example'
version = "1.6.3-${build_target}"
version = "1.6.4-${build_target}"

sourceCompatibility = "${sourceJdkVersion}"
targetCompatibility = "${targetJdkVersion}"
Expand Down

0 comments on commit 297ee2d

Please sign in to comment.