forked from LaconicNetwork/kompose
Merge pull request #841 from cdrage/update-release-script-4
Update version number in introduction.md
This commit is contained in:
commit
93bde02d5a
@ -100,6 +100,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
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user