This is an automated email from the ASF dual-hosted git repository.
jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-website.git
The following commit(s) were added to refs/heads/main by this push:
new f9e1f0c Rename 'master' to 'main'
f9e1f0c is described below
commit f9e1f0ca16f29dd6a3f1fecd589165099110a31b
Author: Justin Bertram <[email protected]>
AuthorDate: Sun Apr 11 15:26:45 2021 -0500
Rename 'master' to 'main'
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 2162989..c90aee6 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ If you would like to make a change to the ActiveMQ site:
If you are a committer, do the following:
1. Clone `https://gitbox.apache.org/repos/asf/activemq-website.git`.
-2. Update the `master` branch with your (or a Pull Request's) changes.
+2. Update the `main` branch with your (or a Pull Request's) changes.
3. Run `serve.sh` or `build.sh`and verify the updates look appropriate.
4. Push the changes to the ASF remote.
5. The CI build will run and commit the generated site to the `asf-site`
branch automatically within a few minutes, from where it will also be
published. CI build status mails go to the commits list.