Skip to content

Commit

Permalink
Change delimeter for date includin backslashes "/"
Browse files Browse the repository at this point in the history
  • Loading branch information
mwithi committed May 12, 2024
1 parent b9ac0a3 commit 0eb6801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ release-notes:
sed -i "s/VERSION/$(OH_VERSION)/g" RELEASE_NOTES.md
sed -i "s/SECONDLASTTAG/$${secondlasttag//$$'\n'/\\n}/g" RELEASE_NOTES.md
sed -i "s/LASTTAG/$${lasttag//$$'\n'/\\n}/g" RELEASE_NOTES.md
sed -i "s/RELEASE_DATE/$(RELEASE_DATE)/g" RELEASE_NOTES.md
sed -i "s|RELEASE_DATE|$(RELEASE_DATE)|g" RELEASE_NOTES.md
head -6 RELEASE_NOTES.md > RELEASE_NOTES

####################################################################
Expand Down

0 comments on commit 0eb6801

Please sign in to comment.