]> git.wincent.com - vim-docvim.git/commitdiff
chore: move from "master" → "main" main master
authorGreg Hurrell <greg@hurrell.net>
Mon, 14 Jun 2021 19:54:23 +0000 (21:54 +0200)
committerGreg Hurrell <greg@hurrell.net>
Mon, 14 Jun 2021 19:54:23 +0000 (21:54 +0200)
README.md
after/syntax/vim.vim
doc/vim-docvim.txt

index b59fe2ca626866c5fdcfe12189f334d36bc74959..a2d8932f22f29ff05d25a8865652d26972e0ecaf 100644 (file)
--- a/README.md
+++ b/README.md
@@ -111,8 +111,8 @@ git tag -s -m "$VERSION release" $VERSION
 - Publish the code:
 
 ```
-git push origin master --follow-tags
-git push github master --follow-tags
+git push origin main --follow-tags
+git push github main --follow-tags
 ```
 
 - Produce the release archive:
index 4c35ff1e50876a62cda42f16d4c19f55c3b6057d..731e91c57cfdffad2da4af73e4e8a475b41935b0 100644 (file)
 " - Publish the code:
 "
 " ```
-" git push origin master --follow-tags
-" git push github master --follow-tags
+" git push origin main --follow-tags
+" git push github main --follow-tags
 " ```
 "
 " - Produce the release archive:
index b35345b98e44791cfd48d18b8d2078ec4de39bf3..d660d76dab79a9a9a651da99db37b95a5db33f9d 100644 (file)
@@ -123,8 +123,8 @@ At the moment the release process is manual:
 <
 - Publish the code:
 >
-    git push origin master --follow-tags
-    git push github master --follow-tags
+    git push origin main --follow-tags
+    git push github main --follow-tags
 <
 - Produce the release archive:
 >