Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
Update collect-rke2-release-notes.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
superseb authored Jan 10, 2025
1 parent 9946ee7 commit c9a4166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/collect-rke2-release-notes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function ghretry()
touch release-notes/README-rke2.md
> release-notes/README-rke2.md
echo "# RKE2" >> release-notes/README-rke2.md
for minor in v1.20 v1.21 v1.22 v1.23 v1.24 v1.25 v1.26 v1.27 v1.28 v1.29 v1.30; do
for minor in v1.20 v1.21 v1.22 v1.23 v1.24 v1.25 v1.26 v1.27 v1.28 v1.29 v1.30 v1.31 v1.32; do
product=rke2
> release-notes/${product}-${minor}.md
rke2table=$(mktemp)
Expand Down

0 comments on commit c9a4166

Please # to comment.