aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2021-10-02 16:50:20 -0700
committerGitHub <noreply@github.com>2021-10-02 16:50:20 -0700
commitc5e8c39102afb29213c5f4ead91d08123f19e7a9 (patch)
tree22d74d8300d1638b4887801808c1f882241503a0 /scripts
parent8c74c895b300bcee5fa937a2329d1d4756567b42 (diff)
parent069d1de1848d0ca5cb26a57f26725a4efb1a079d (diff)
downloadrneovim-c5e8c39102afb29213c5f4ead91d08123f19e7a9.tar.gz
rneovim-c5e8c39102afb29213c5f4ead91d08123f19e7a9.tar.bz2
rneovim-c5e8c39102afb29213c5f4ead91d08123f19e7a9.zip
Merge #15803 fix(lsp_spec): tests depend on previous session
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/release.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/release.sh b/scripts/release.sh
index 4ec959d697..380503662d 100755
--- a/scripts/release.sh
+++ b/scripts/release.sh
@@ -80,8 +80,8 @@ _do_release_commit() {
_do_bump_commit() {
$__sed -i.bk 's/(NVIM_VERSION_PRERELEASE) ""/\1 "-dev"/' CMakeLists.txt
$__sed -i.bk 's/set\((NVIM_VERSION_PATCH) [[:digit:]]/set(\1 ?/' CMakeLists.txt
- rm CMakeLists.txt.bk
- rm runtime/nvim.appdata.xml.bk
+ rm -f CMakeLists.txt.bk
+ rm -f runtime/nvim.appdata.xml.bk
nvim +'/NVIM_VERSION' +1new +'exe "norm! iUpdate version numbers!!!"' \
-O CMakeLists.txt