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/04/28 07:32:37 UTC

cayenne-website git commit: Add RELEASE-NOTES.txt update step to release guide

Repository: cayenne-website
Updated Branches:
  refs/heads/master 824c4fc2f -> d71775993


Add RELEASE-NOTES.txt update step to 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/d7177599
Tree: http://git-wip-us.apache.org/repos/asf/cayenne-website/tree/d7177599
Diff: http://git-wip-us.apache.org/repos/asf/cayenne-website/diff/d7177599

Branch: refs/heads/master
Commit: d717759938fbb37f0555937b0dcf41c494d607d6
Parents: 824c4fc
Author: Nikita Timofeev <st...@gmail.com>
Authored: Sat Apr 28 10:32:04 2018 +0300
Committer: Nikita Timofeev <st...@gmail.com>
Committed: Sat Apr 28 10:32:04 2018 +0300

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


http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/d7177599/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 177e485..8761681 100644
--- a/src/main/site/content/dev/release-guide.md
+++ b/src/main/site/content/dev/release-guide.md
@@ -27,7 +27,8 @@ More info can be found at [http://www.apache.org/dev/release-signing.html](http:
 
 ## Preparing Sources
 
-* Edit UPGRADE-NOTES.txt if there is anything to add there.
+* Edit `UPGRADE-NOTES.txt` if there is anything to add there.
+* Update `RELEASE-NOTES.txt` with actual release name and current date as a release date.
 * Check Sources Compliance with [RAT](http://creadur.apache.org/rat/). To run RAT,
 download the distro and unpack it somewhere. You can run it directly, or use a convenience script available at the root of Cayenne 
 source. Then read the report and fix any issues.