Skip to content
Open
Changes from all commits
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
5 changes: 1 addition & 4 deletions scripts/write-release-notes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,9 @@ function setup() {
echo "🚀 Latest Releases included in <${url}|nri-bundle-${version}>" >> $slack_file
echo "" >> $slack_file

# Remove charts that we do not include in the release notes
# Remove the deprecated pixie charts from release notes
cd charts
rm -f kube-state-metrics-*
rm -f newrelic-logging-*
rm -f newrelic-pixie-*
rm -f nri-prometheus-*
rm -f pixie-operator-chart-*
cd ..
}
Expand Down
Loading