Fix release script

client_lua_api.md -> client_lua_api.txt
master
Loïc Blot 2018-06-14 19:40:23 +02:00 committed by GitHub
parent 3283079e4c
commit 09eea421a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -50,9 +50,9 @@ back_to_devel() {
sed -i -re "1s/[0-9]+\.[0-9]+\.[0-9]+/$NEXT_VERSION/g" doc/menu_lua_api.txt
sed -i -re "1s/[0-9]+\.[0-9]+\.[0-9]+/$NEXT_VERSION/g" doc/client_lua_api.md
sed -i -re "1s/[0-9]+\.[0-9]+\.[0-9]+/$NEXT_VERSION/g" doc/client_lua_api.txt
git add -f CMakeLists.txt doc/menu_lua_api.txt doc/client_lua_api.md
git add -f CMakeLists.txt doc/menu_lua_api.txt doc/client_lua_api.txt
git commit -m "Continue with $NEXT_VERSION-dev"
}