Skip to content

Commit 677ec9c

Browse files
Merge pull request #154 from doismellburning/feature/better-release-notes
build: Add details about dependencies and bugs to release message
2 parents 6e61279 + d99b598 commit 677ec9c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ jobs:
6464
name: "Release ${{ needs.build_and_test.outputs.SAMOYED_VERSION }}"
6565
body: |
6666
Automated release for commit ${{ github.sha }}.
67+
68+
You will need to fetch your own dependencies for now - see https://github.com/doismellburning/samoyed/blob/main/.github/workflows/build-and-test.yml for an example for Debian.
69+
70+
This is a mid-port pre-release and likely contains bugs. Please file issues at https://github.com/doismellburning/samoyed/issues
6771
generate_release_notes: true
6872
files: "*.tgz"
6973
fail_on_unmatched_files: true

0 commit comments

Comments
 (0)