diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-11-24 17:53:33 -0800 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-11-24 17:53:33 -0800 |
commit | f460bae441b2a35964c3535396e251c33c997395 (patch) | |
tree | 548ee3d0322a69fc3468ccf917781f8c63c9e9d0 | |
parent | 544eeeb0d65cb30cf00196acd99d0bf93e79ae16 (diff) | |
download | rneovim-f460bae441b2a35964c3535396e251c33c997395.tar.gz rneovim-f460bae441b2a35964c3535396e251c33c997395.tar.bz2 rneovim-f460bae441b2a35964c3535396e251c33c997395.zip |
release.sh [ci skip]
-rw-r--r-- | runtime/nvim.appdata.xml | 1 | ||||
-rwxr-xr-x | scripts/release.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/runtime/nvim.appdata.xml b/runtime/nvim.appdata.xml index ceffc7ba98..025de1b5a9 100644 --- a/runtime/nvim.appdata.xml +++ b/runtime/nvim.appdata.xml @@ -26,6 +26,7 @@ </screenshots> <releases> + <release date="2019-11-06" version="0.4.3"/> <release date="2019-09-15" version="0.4.2"/> <release date="2019-09-15" version="0.4.1"/> <release date="2019-09-15" version="0.4.0"/> diff --git a/scripts/release.sh b/scripts/release.sh index 67268ba9bf..5b4902a2d7 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -93,6 +93,7 @@ fi _do_bump_commit echo " Next steps: + - Update runtime/nvim.appdata.xml on _master_ - Run tests/CI (version_spec.lua)! - Push the tag: git push --follow-tags |