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 2018/08/01 12:35:30 UTC

cayenne-website git commit: Cleanup release guide

Repository: cayenne-website
Updated Branches:
  refs/heads/master 3cacbfd2d -> 010532876


Cleanup release guide


Project: http://git-wip-us.apache.org/repos/asf/cayenne-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/cayenne-website/commit/01053287
Tree: http://git-wip-us.apache.org/repos/asf/cayenne-website/tree/01053287
Diff: http://git-wip-us.apache.org/repos/asf/cayenne-website/diff/01053287

Branch: refs/heads/master
Commit: 01053287665ffb970e3d4ea2f32557e4c8c7fe6a
Parents: 3cacbfd
Author: Nikita Timofeev <st...@gmail.com>
Authored: Wed Aug 1 15:35:25 2018 +0300
Committer: Nikita Timofeev <st...@gmail.com>
Committed: Wed Aug 1 15:35:25 2018 +0300

----------------------------------------------------------------------
 src/main/site/content/dev/release-guide.md | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/01053287/src/main/site/content/dev/release-guide.md
----------------------------------------------------------------------
diff --git a/src/main/site/content/dev/release-guide.md b/src/main/site/content/dev/release-guide.md
index 8761681..5622456 100644
--- a/src/main/site/content/dev/release-guide.md
+++ b/src/main/site/content/dev/release-guide.md
@@ -109,18 +109,18 @@ work ("-u" option can be omitted if you have only one GPG key):
 be considered by the PMC (particularly -1 votes will be discussed) when
 making the final decision, but are not binding.
 * Each PMC member will do the following before voting on a release:
- a. download the artifacts
- b. satisfy themselves that the source matches the appropriate svn tag.
-This can be done by diffing the source against a recent svn checkout.
- c. satisfy themselves that the Apache licensing requirements are met (this
+    * download the artifacts
+    * satisfy themselves that the source matches the appropriate GIT tag.
+This can be done by diffing the source against a recent git checkout.
+    * satisfy themselves that the Apache licensing requirements are met (this
 will usually be achieved by ensuring that all notices are in place and
-verifying that the source matches SVN since all commits to SVN are possible
+verifying that the source matches GIT since all commits to GIT are possible
 only if the committer has a CLA on file).
- d. satisfy themselves that the binary distribution is sane and passes
+    * satisfy themselves that the binary distribution is sane and passes
 basic usability tests. For example, that the Cayenne modeler runs and the
 main jar passes some basic tests.
- e. satisfy themselves that the source passes agreed unit tests (either by
-running them manually or verifying that Hudson has run those tests against
+    * satisfy themselves that the source passes agreed unit tests (either by
+running them manually or verifying that CI service has run those tests against
 the equivalent source). 
 
 {{% gap %}}