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

szetszwo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git


The following commit(s) were added to refs/heads/master by this push:
     new ec70866  RATIS-1404. Add "publish" section to .asf.yaml (#501)
ec70866 is described below

commit ec708666d449971601c1fb58bef41cfdcd05b729
Author: Tsz-Wo Nicholas Sze <[email protected]>
AuthorDate: Fri Sep 17 14:54:42 2021 +0800

    RATIS-1404. Add "publish" section to .asf.yaml (#501)
---
 .asf.yaml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 8ab98a2..7caa1de 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -14,7 +14,7 @@
 # limitations under the License.
 github:
   description: "Open source Java implementation for Raft consensus protocol."
-  homepage: http://ratis.apache.org/
+  homepage: https://ratis.apache.org/
   labels:
     - raft
     - consensus-protocol
@@ -24,8 +24,12 @@ github:
     squash:  true
     merge:   false
     rebase:  false
+
 notifications:
   commits:      [email protected]
   issues:       [email protected]
   pullrequests: [email protected]
   jira_options: link label worklog
+
+publish:
+  whoami:  asf-site

Reply via email to