Skip to content

Commit d3f6747

Browse files
committed
CD: Adjust the automatic release notes texts
1 parent 21fb241 commit d3f6747

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/create_release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,13 @@ jobs:
6464

6565
- name: Generate Release Notes
6666
run: |
67-
if [[ "${{env.PREVIEW}}" == "true" ]]; then
68-
echo "**WARNING: This is an experimental version of the package. Bugs may and will be present. Be very careful!**" > release_notes.md
67+
if [[ "${{env.PRERELEASE}}" == "true" ]]; then
68+
echo "**WARNING: This is a test version of the package. Bugs may be present.**" > release_notes.md
6969
echo "" >> release_notes.md
7070
fi
71+
echo "**Use at your own risk!!!**" >> release_notes.md
72+
echo "" >> release_notes.md
73+
7174
python changelog.py >> release_notes.md
7275
7376
- name: Create Release

0 commit comments

Comments
 (0)