Skip to content

Commit 31bd979

Browse files
Modify release notes and add checksum information
Updated release notes format and included SHA256 checksum.
1 parent e67941a commit 31bd979

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/reproducible-build-check-release.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,5 +267,9 @@ jobs:
267267
--title "${{ steps.version.outputs.version_name }}" \
268268
--notes "Reproducible build verified
269269
270-
SHA256: $(sha256sum "apk-release/${{ steps.version.outputs.version_name }}.apk" | awk '{print $1}')" \
271-
--draft
270+
**Release:** ${{ steps.version.outputs.version_name }}
271+
**Build No:** ${{ steps.next_tag.outputs.new_tag }}
272+
sha256sum: $(sha256sum "apk-release/${{ steps.version.outputs.version_name }}.apk" | awk '{print $1}')
273+
274+
changelogs: " \
275+
--draft

0 commit comments

Comments
 (0)