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:
parent
37b2caae63
commit
1f8d532fe9
@ -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
|
Loading…
Reference in New Issue
Block a user