Skip to content

Commit

Permalink
Fix release script
Browse files Browse the repository at this point in the history
client_lua_api.md -> client_lua_api.txt
  • Loading branch information
nerzhul committed Jun 14, 2018
1 parent 3283079 commit 09eea42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/bump_version.sh
Expand Up @@ -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"
}
Expand Down

0 comments on commit 09eea42

Please sign in to comment.