Skip to content

Commit

Permalink
fix(release): implementing semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
santicalleg committed May 3, 2024
1 parent c5f131e commit eaf99d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
commit-message: 'docs(version): Update version to ${{ env.RELEASE_VERSION }}' # Change RELEASE_VERSION by your own or none
force-add: "true"
force-push: "true"
files: CHANGELOG.md README.md gradle.properties src/main/java/co/com/bancolombia/Constants.java # List of changed files
files: CHANGELOG.md gradle.properties
name: Release Bot
email: [email protected]
- name: Set up JDK 17
Expand Down

0 comments on commit eaf99d5

Please sign in to comment.