Remove docs update version script.

Summary: Remove docs update version script.

Reviewers: mferencevic

Reviewed By: mferencevic

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D877
This commit is contained in:
Marko Budiselic 2017-10-07 20:41:51 +01:00
parent 37b2caae63
commit 1f8d532fe9

View File

@ -1,10 +0,0 @@
#!/bin/bash
working_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# TODO: add arguments --previous-version & --next-version
# TODO: validate version format
# TODO: if version isn't updated bundle can't succeed
# TODO: integrate with bundle
sed -i "s@$1@$2@g" ${working_dir}/installation.md