You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ie...@apache.org on 2020/07/06 21:52:52 UTC

[james-site] branch master updated: [JAMES-3226] Added asf.yaml for staging publishing

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 <eu...@ieugen.ro>
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:      commits@james.apache.org
+  issues:       server-dev@james.apache.org
+  pullrequests: server-dev@james.apache.org
+  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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org