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

ieugen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-site.git


The following commit(s) were added to refs/heads/master by this push:
     new d5e9bc4  [JAMES-3226] Added asf.yaml for staging publishing
d5e9bc4 is described below

commit d5e9bc4a007bac6456317825a807363b92bc5e09
Author: Eugen Stan <[email protected]>
AuthorDate: Tue Jul 7 00:51:21 2020 +0300

    [JAMES-3226] Added asf.yaml for staging publishing
---
 .asf.yaml  | 24 ++++++++++++++++++++++++
 .gitignore |  2 ++
 2 files changed, 26 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..8bcbc18
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,24 @@
+#
+# See documentation for the options here
+# https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features
+#
+github:
+  description: "The repository for builing the Apache James website: 
https://james.apache.org";
+  homepage: https://james.apache.org/
+  labels:
+    - mail
+    - server
+    - imap
+    - smtp
+    - jmap
+
+notifications:
+  commits:      [email protected]
+  issues:       [email protected]
+  pullrequests: [email protected]
+  jira_options: link label comment
+
+# Staging and publishing profile for yourproject-website.git:
+staging:
+  profile: ~
+  whoami:  asf-staging
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..dd87e2d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+node_modules
+build


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to