You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2021/07/27 13:55:15 UTC

[cayenne-website] branch master updated (8995427 -> 98338fd)

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

ntimofeev pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne-website.git.


    from 8995427  Update release guide
     new 05fc4d0  Update release guide
     new 98338fd  add .asf.yaml to enable new automated publish

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/main/site/content/dev/release-guide.md | 5 ++++-
 src/main/site/static/.asf.yaml             | 2 ++
 2 files changed, 6 insertions(+), 1 deletion(-)
 create mode 100644 src/main/site/static/.asf.yaml

[cayenne-website] 01/02: Update release guide

Posted by nt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ntimofeev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne-website.git

commit 05fc4d08fd1ece1221070e8f378fcc26b2f85fab
Author: Nikita Timofeev <st...@gmail.com>
AuthorDate: Tue Jul 27 16:54:07 2021 +0300

    Update release guide
---
 src/main/site/content/dev/release-guide.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/main/site/content/dev/release-guide.md b/src/main/site/content/dev/release-guide.md
index c0d9fa2..b9b8a70 100644
--- a/src/main/site/content/dev/release-guide.md
+++ b/src/main/site/content/dev/release-guide.md
@@ -82,7 +82,10 @@ be used by the people voting on Cayenne. It may look like this:
       perform binary builds from the unpacked directory (NOT FROM GIT CHECKOUT). 
       
     * Per Apache release guidelines there shouldn't be any binaries in a release, so you need manually copy
-    Gradle wrapper. Just cp ./cayenne-gradle-plugin/gradle/ to the corresponding folder in unpacked sources.
+    Gradle wrapper. Just copy *cayenne-gradle-plugin/gradle* folder to the corresponding folder in unpacked sources.
+        ```bash
+        cp -r ./cayenne-gradle-plugin/gradle ./assembly/target/cayenne-XXX-src/cayenne-gradle-plugin/
+        ```
       
     * Build binary artifacts
         ```bash

[cayenne-website] 02/02: add .asf.yaml to enable new automated publish

Posted by nt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ntimofeev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne-website.git

commit 98338fddf3d6941f50e8bd17d61fbc31d16821cb
Author: Nikita Timofeev <st...@gmail.com>
AuthorDate: Tue Jul 27 16:54:41 2021 +0300

    add .asf.yaml to enable new automated publish
---
 src/main/site/static/.asf.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/main/site/static/.asf.yaml b/src/main/site/static/.asf.yaml
new file mode 100644
index 0000000..08e79d7
--- /dev/null
+++ b/src/main/site/static/.asf.yaml
@@ -0,0 +1,2 @@
+publish:
+  whoami: asf-site
\ No newline at end of file