Skip to content

Commit

Permalink
Add a message in release about the missing rhel build
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Mar 1, 2024
1 parent ad16f06 commit 96aee6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
echo -e "\n\nFull ${version} changelog up to this version:\n" >> "release_note.md"
echo -e " * View: https://github.com/${GITHUB_REPOSITORY}/blob/v${version_full}/news/changelog-${version}.md\n" >> "release_note.md"
echo -e " * Download: https://github.com/${GITHUB_REPOSITORY}/releases/download/v${version_full}/changelog.md\n" >> "release_note.md"
echo -e "" >> "release_note.md"
echo -e "Due to an issue with upstream dependency, the RHEL build may not included in this release. Follow #8944 for more information." >> "release_note.md"
- name: Upload Artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 96aee6d

Please sign in to comment.