diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-01-11 01:20:15 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-01-26 20:38:14 +0100 |
commit | c70c8b607f84611373969d3add2f6ef25e61078f (patch) | |
tree | c2a5fa4440d78edba5e9f3657b82d3634d284f18 /scripts/release.sh | |
parent | ec5a4d862d71729569acf4afac4c371a09edc314 (diff) | |
download | rneovim-c70c8b607f84611373969d3add2f6ef25e61078f.tar.gz rneovim-c70c8b607f84611373969d3add2f6ef25e61078f.tar.bz2 rneovim-c70c8b607f84611373969d3add2f6ef25e61078f.zip |
doc [ci skip] #9478
- Lua
- developer guidelines
- MAINTAIN.md
- TUI: cleanup
- TUI: mention Windows terminfo builtins
- cleanup if_pyth, redirect python-bindeval tag
Helped-by: Björn Linse <bjorn.linse@gmail.com>
Helped-by: erw7 <erw7.github@gmail.com>
Diffstat (limited to 'scripts/release.sh')
-rwxr-xr-x | scripts/release.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/release.sh b/scripts/release.sh index fb266ad154..a51a6666f5 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -93,7 +93,7 @@ Next steps: - Double-check NVIM_VERSION_* in CMakeLists.txt - Push the tag: git push --follow-tags - - Empty-merge (if this is a maintenance release): - git checkout upstream/master - git merge -s ours upstream/release-x.y + - Update the 'stable' tag: + git push --force upstream HEAD^:refs/tags/stable + git fetch --tags - Update website: index.html" |