From f460bae441b2a35964c3535396e251c33c997395 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sun, 24 Nov 2019 17:53:33 -0800 Subject: [PATCH] release.sh [ci skip] --- runtime/nvim.appdata.xml | 1 + scripts/release.sh | 1 + 2 files changed, 2 insertions(+) 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 @@ + 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