Skip to content

ci: Add support for release/experimental label #6208

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 15, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update scripts/release/generate_release_notes.sh
Co-authored-by: Ben Potter <ben@coder.com>
  • Loading branch information
mafredri and bpmct authored Feb 14, 2023
commit 56eddfa69894b83d5962f33282817405e2d0dbc5
2 changes: 1 addition & 1 deletion scripts/release/generate_release_notes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ changelog="$(
if ((${#changes} > 0)); then
echo -e "\n### ${section_titles["$cat"]}\n"
if [[ $cat == experimental ]]; then
echo -e "These features or changes are experimental and may change or be removed in future releases.\n"
echo -e "These changes are feature-flagged and can be enabled with the `--experiments` server flag. They may change or be removed in future releases.\n"
fi
echo -e "$changes"
fi
Expand Down