This is an automated email from the ASF dual-hosted git repository.
karan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 63ad1f45f07 Update asf process docs (#17714)
63ad1f45f07 is described below
commit 63ad1f45f071618e0f875bd9fa1b112a28e182f6
Author: Adarsh Sanjeev <[email protected]>
AuthorDate: Tue Feb 11 14:36:19 2025 +0530
Update asf process docs (#17714)
---
distribution/asf-release-process-guide.md | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/distribution/asf-release-process-guide.md
b/distribution/asf-release-process-guide.md
index df44d58e5c4..5cf24f3e550 100644
--- a/distribution/asf-release-process-guide.md
+++ b/distribution/asf-release-process-guide.md
@@ -66,6 +66,12 @@ npm i && npm run jest -- -u
```
to ensure that any web console tests that include documentation links are
updated correctly to ensure that CI will pass on the release branch.
+Note:
+If there are any test failures here, it may be indicating that the webconsole
needs to be rebuilt. Run the following command first:
+```
+npm run compile
+```
+
The sample
[`docker-compose.yml`](https://github.com/apache/druid/blob/master/distribution/docker/docker-compose.yml)
used in the Docker quickstart documentation should match the release version:
@@ -421,7 +427,9 @@ To make the staged repo publicly accessible, "Close" the
staging repo.
Release votes are held on the dev mailing list, [email protected]. Druid
PMC votes are binding.
-You can use the following template for the release vote thread, replacing
values as necessary.
+You can use the following template for the release vote thread, replacing
values as necessary. Any linebreaks should
+be copied as is to allow them to be run directly, even if it appears to fit in
one line, since the Apache mailing list
+provider inserts linebreaks beyond a certain length.
##### Subject
@@ -594,7 +602,7 @@ Tag the rc that passed vote as the release tag and push to
github.
```bash
$ git checkout druid-0.17.0-rc3
$ git tag druid-0.17.0
-$ git push origin/druid-0.17.0
+$ git push origin tag druid-0.17.0
```
### Publish release artifacts to SVN
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]