Skip to content

Commit

Permalink
Change placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
mwithi committed May 12, 2024
1 parent 6ab4446 commit b9ac0a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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/_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
2 changes: 1 addition & 1 deletion RELEASE_NOTES_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Open Hospital is a free and open-source Health Information Management System (HIMS) software application.
Please visit the Open Hospital website https://www.open-hospital.org/ for more information.
Released on _date_
Released on _RELEASE_DATE_

### Release Highlights
-->
Expand Down

0 comments on commit b9ac0a3

Please sign in to comment.