This is an automated email from the ASF dual-hosted git repository.
aw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/yetus.git
The following commit(s) were added to refs/heads/main by this push:
new 6f499b62 YETUS-1181. post-0.14.0 release doc updates (part 1) (#324)
6f499b62 is described below
commit 6f499b62e38d4796f6f4a39c0df46291e46d563e
Author: Allen Wittenauer <[email protected]>
AuthorDate: Tue Sep 12 07:39:07 2023 -0700
YETUS-1181. post-0.14.0 release doc updates (part 1) (#324)
Signed-off-by: Nick Dimiduk <[email protected]>
---
asf-site-src/source/contribute/releases.html.md | 6 +++---
asf-site-src/source/mailinglists.html.md | 10 ++++++----
pom.xml | 2 +-
3 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/asf-site-src/source/contribute/releases.html.md
b/asf-site-src/source/contribute/releases.html.md
index 9a242f54..8a6a1a13 100644
--- a/asf-site-src/source/contribute/releases.html.md
+++ b/asf-site-src/source/contribute/releases.html.md
@@ -469,7 +469,7 @@ Once a release candidate obtains majority approval from the
PMC, there are sever
```
1. Commit the patch to the ASF source repo immediately, but do not update the
website just yet.
-1. Create shortcut links to the vote thread (e.g.,
<https://s.apache.org/yetus-0.7.0-rc1-vote>) and the result (e.g.,
<https://s.apache.org/yetus-0.7.0-vote-passes>) that point to the archives on
mail-archives.apache.org. Be aware that it may take several hours for the
archive to get the posts that need to be referenced.
+1. Create shortcut links to the vote thread (e.g.,
<https://s.apache.org/yetus-0.7.0-rc1-vote>) and the result (e.g.,
<https://s.apache.org/yetus-0.7.0-vote-passes>) that point to the archives on
lists.apache.org. Be aware that it may take several hours for the archive to
get the posts that need to be referenced.
1. Produce a signed release tag. You should create a signed tag and push it to
the asf repo. The tag's message should include ASF-shortened links to the vote
and results. It should be named 'rel/_version_' so that it will be immutable
due to ASF infra's git configuration. Presuming we're working on the 0.7.0
release and the RC1 example above has passed:
$ git config --global user.signingkey <your-key-id> # if you've never
configured
@@ -586,7 +586,7 @@ Once a release candidate obtains majority approval from the
PMC, there are sever
Meg Smith
Apache Yetus PMC
If you'd like feedback on the draft, feel free to post it for review on
your release issue.
-1. Wait 24 hours for mirrors to get properly updated before continuing.
+1. Wait an hour for the CDN to get properly updated before continuing.
### Documentation
@@ -631,7 +631,7 @@ Once a release candidate obtains majority approval from the
PMC, there are sever
1. Verify that the tag built in Github Actions.
1. Go to [Draft a
release](https://github.com/aw-was-here/yetus-test-patch-action/releases/new?marketplace=true)
1. Type the tag that you just pushed into the 'tag' box.
-1. Use categories 'Code quality' and 'Continuous integration'
+1. Use categories 'Code Quality' 'Code Review'
1. Release Title should reflect the version
1. Describe this release should be a cut-down version of the announcement
email (drop SHA and direct download links. main page, github actions, and
release notes should be mentioned). See
[Releases](https://github.com/apache/yetus-test-patch-action/releases) for
examples.
1. Mark 'This is a pre-release'
diff --git a/asf-site-src/source/mailinglists.html.md
b/asf-site-src/source/mailinglists.html.md
index 78c6b9c6..ba7535f7 100644
--- a/asf-site-src/source/mailinglists.html.md
+++ b/asf-site-src/source/mailinglists.html.md
@@ -25,15 +25,17 @@
<h3>Mailing Lists</h3>
<p><strong>Developers</strong> - Development related discussion.</p>
- <p><a href="mailto:[email protected]">Subscribe</a> | <a
href="mailto:[email protected]">Unsubscribe</a> | <a
href="https://mail-archives.apache.org/mod_mbox/yetus-dev/">Archive</a></p>
+ <p><a href="mailto:[email protected]">Subscribe</a> | <a
href="mailto:[email protected]">Unsubscribe</a> | <a
href="https://lists.apache.org/[email protected]">Archive</a></p>
<p><strong>Commits</strong> - Commit notification source repository.</p>
- <p><a
href="mailto:[email protected]">Subscribe</a> | <a
href="mailto:[email protected]">Unsubscribe</a> | <a
href="https://mail-archives.apache.org/mod_mbox/yetus-commits/">Archive</a></p>
+ <p>Github: <a
href="mailto:[email protected]">Subscribe</a> | <a
href="mailto:[email protected]">Unsubscribe</a> | <a
href="https://lists.apache.org/[email protected]">Archive</a></p>
- <p><strong>Notifications</strong> - JIRA issue
notifications</p>
+ <p>ASF Git: <a
href="mailto:[email protected]">Subscribe</a> | <a
href="mailto:[email protected]">Unsubscribe</a> | <a
href="https://lists.apache.org/[email protected]">Archive</a></p>
- <p><a
href="mailto:[email protected]">Subscribe</a> | <a
href="mailto:[email protected]">Unsubscribe</a> | <a
href="https://mail-archives.apache.org/mod_mbox/yetus-notifications/">Archive</a></p>
+ <p><strong>Notifications</strong> - JIRA issue notifications</p>
+
+ <p><a href="mailto:[email protected]">Subscribe</a>
| <a href="mailto:[email protected]">Unsubscribe</a> |
<a
href="https://lists.apache.org/[email protected]">Archive</a></p>
</div>
</div>
diff --git a/pom.xml b/pom.xml
index fa752a1c..d1f1bfc7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
<post>[email protected]</post>
- <archive>https://mail-archives.apache.org/mod_mbox/yetus-dev/</archive>
+
<archive>https://lists.apache.org/[email protected]</archive>
</mailingList>
</mailingLists>