This is an automated email from the ASF dual-hosted git repository.
mbo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/db-jdo-site.git
The following commit(s) were added to refs/heads/master by this push:
new 1632a29 Create .asf.yaml (#1)
1632a29 is described below
commit 1632a29b24637ed9120b099da31d73c66b657daf
Author: Tilmann <[email protected]>
AuthorDate: Thu Apr 9 20:05:22 2020 +0200
Create .asf.yaml (#1)
* Create .asf.yaml
* Review round 1
---
.asf.yaml | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..7fa55be
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,23 @@
+# Staging and publishing profile for Apache JDO:
+staging:
+ profile: master
+ whoami: master
+
+staging:
+ profile: staging
+ whoami: staging
+
+publish:
+ whoami: publish
+ subdir: jdo
+
+
+github:
+ description: "Apache JDO project"
+ homepage: https://db.apache.org/jdo
+ labels:
+ - JDO
+ - database
+ - ORM
+ - apache
+ - Java