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

Commit

Permalink
Update release script for introduction.md (#400)
Browse files Browse the repository at this point in the history
Updates the release script to replace the version in introduction.md
  • Loading branch information
cdrage authored Oct 31, 2017
1 parent d7c14a2 commit e0170d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ replaceversion() {
echo "Replaced version in docs/installation.md"
sed -i "s/$1/$2/g" docs/installation.md

echo "Replaced version in docs/introduction.md"
sed -i "s/$1/$2/g" docs/introduction.md

echo "Replaced version in build/VERSION"
sed -i "s/$1/$2/g" build/VERSION
}
Expand Down

0 comments on commit e0170d2

Please sign in to comment.