Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

Commit e0170d2

Browse files
authored
Update release script for introduction.md (#400)
Updates the release script to replace the version in introduction.md
1 parent d7c14a2 commit e0170d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/release.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ replaceversion() {
8686
echo "Replaced version in docs/installation.md"
8787
sed -i "s/$1/$2/g" docs/installation.md
8888

89+
echo "Replaced version in docs/introduction.md"
90+
sed -i "s/$1/$2/g" docs/introduction.md
91+
8992
echo "Replaced version in build/VERSION"
9093
sed -i "s/$1/$2/g" build/VERSION
9194
}

0 commit comments

Comments
 (0)