Skip to content

Commit

Permalink
add changelog gen
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuancelin committed Dec 5, 2023
1 parent 7c3e66c commit ee6687f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
node changelog.js --version=${{ inputs.version_to }} --last=${{ inputs.version_last }} --milestone=${{ inputs.milestone }} --dir=${LOC}
git commit -am '[release ${{ inputs.version_to }}] Update changelog'
node github-action-release.js --from=${{ inputs.version_from }} --to=${{ inputs.version_to }} --next=${{ inputs.version_next }} --last=${{ inputs.version_last }} --location=${LOC}
git commit -am 'Update helm chart'
git push origin master
- name: Generate SHA-256
run: |
shasum -a 256 ./release-${{ inputs.version_to }}/otoroshi.jar | cut -d ' ' -f 1 > ./release-${{ inputs.version_to }}/otoroshi.jar.sha256
Expand Down

0 comments on commit ee6687f

Please sign in to comment.