aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-09-15 16:34:31 -0700
committerJustin M. Keyes <justinkz@gmail.com>2019-09-15 16:35:22 -0700
commit319563725243485d11bc980efd3821ae9cef4ddd (patch)
treef5ddf674b9d2a301ac7db0b83b91f02a1f52fafa
parent9915b5497bcd6a055842011c23fe0a8086f91f03 (diff)
downloadrneovim-319563725243485d11bc980efd3821ae9cef4ddd.tar.gz
rneovim-319563725243485d11bc980efd3821ae9cef4ddd.tar.bz2
rneovim-319563725243485d11bc980efd3821ae9cef4ddd.zip
release.sh [ci skip]
-rwxr-xr-xscripts/release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release.sh b/scripts/release.sh
index 29d61370ce..7ac80b7e01 100755
--- a/scripts/release.sh
+++ b/scripts/release.sh
@@ -80,7 +80,7 @@ _do_bump_commit() {
<release date="'"${__DATE}"'" version="xxx"/>,' runtime/nvim.appdata.xml
rm CMakeLists.txt.bk
rm runtime/nvim.appdata.xml.bk
- nvim +'/NVIM_VERSION' +1new +'exe "norm! iUpdate version numbers!!!\<CR>"' \
+ nvim +'/NVIM_VERSION' +1new +'exe "norm! iUpdate version numbers!!!"' \
-O CMakeLists.txt runtime/nvim.appdata.xml
git add CMakeLists.txt runtime/nvim.appdata.xml