You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/11/12 00:45:40 UTC

[royale-asjs.wiki] branch master updated: Updated Release Manager Notes (markdown)

This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-asjs.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new 7a7c86d  Updated Release Manager Notes (markdown)
7a7c86d is described below

commit 7a7c86da02537bdeb60c3b763bdb84537ed18ffc
Author: aharui <ah...@apache.org>
AuthorDate: Sun Nov 11 16:45:39 2018 -0800

    Updated Release Manager Notes (markdown)
---
 Release-Manager-Notes.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Release-Manager-Notes.md b/Release-Manager-Notes.md
index 3ac08a1..b461a88 100644
--- a/Release-Manager-Notes.md
+++ b/Release-Manager-Notes.md
@@ -51,7 +51,7 @@ This syncs up the repo.
 
 `git branch --all`
 
-This displays all of the branches.  There should be branches of the form 'remotes/origin/release/0.9.0' for previous releases, but not for the current release.  If there is, delete the branch for this version (assuming it doesn't have any important changes).
+This displays all of the branches.  There should be branches of the form 'remotes/origin/release/0.9.0' for previous releases, but not for the current release.  If there is, delete the branch for this version (assuming it doesn't have any important changes).  To delete a branch, run "git push --delete origin release/0.9.x" and if you have a local copy of the branch, run "git branch -d release0.9.x"
 
 `git tag`