Skip to content

Commit

Permalink
Don't include version at the top of release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch committed Jan 21, 2024
1 parent d5e45e9 commit 7cb1655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ git push origin master
git push origin ${version}

code --wait release_notes.md
echo -e "${version}\n\n$(cat release_notes.md)" > release_notes.md
echo -e "$(cat release_notes.md)" > release_notes.md
echo
echo "Release Notes:"
cat release_notes.md
Expand Down

0 comments on commit 7cb1655

Please sign in to comment.