mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
fix(release.sh): ignore failed "rm"
This commit is contained in:
parent
9c268263b1
commit
c74a706869
@ -80,8 +80,8 @@ _do_release_commit() {
|
|||||||
_do_bump_commit() {
|
_do_bump_commit() {
|
||||||
$__sed -i.bk 's/(NVIM_VERSION_PRERELEASE) ""/\1 "-dev"/' CMakeLists.txt
|
$__sed -i.bk 's/(NVIM_VERSION_PRERELEASE) ""/\1 "-dev"/' CMakeLists.txt
|
||||||
$__sed -i.bk 's/set\((NVIM_VERSION_PATCH) [[:digit:]]/set(\1 ?/' CMakeLists.txt
|
$__sed -i.bk 's/set\((NVIM_VERSION_PATCH) [[:digit:]]/set(\1 ?/' CMakeLists.txt
|
||||||
rm CMakeLists.txt.bk
|
rm -f CMakeLists.txt.bk
|
||||||
rm runtime/nvim.appdata.xml.bk
|
rm -f runtime/nvim.appdata.xml.bk
|
||||||
nvim +'/NVIM_VERSION' +1new +'exe "norm! iUpdate version numbers!!!"' \
|
nvim +'/NVIM_VERSION' +1new +'exe "norm! iUpdate version numbers!!!"' \
|
||||||
-O CMakeLists.txt
|
-O CMakeLists.txt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user