This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new ca42869 Clarify release instructions about when to merge CHANGELOG
update (#1370)
ca42869 is described below
commit ca42869649cb2d40522951223ce6ae5336027cb7
Author: Andrew Lamb <[email protected]>
AuthorDate: Thu Mar 3 13:26:06 2022 -0500
Clarify release instructions about when to merge CHANGELOG update (#1370)
---
dev/release/README.md | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/dev/release/README.md b/dev/release/README.md
index 7f6cfe4..c85bbe8 100644
--- a/dev/release/README.md
+++ b/dev/release/README.md
@@ -71,9 +71,14 @@ Note that when reviewing the change log, rather than editing
the
`CHANGELOG.md`, it is preferred to update the issues and their labels
(e.g. add `invalid` label to exclude them from release notes)
+Merge this PR to `master` prior to the next step.
+
## Prepare release candidate tarball
-(Note you need to be a committer to run these scripts as they upload to the
apache svn distribution servers)
+After you have merged the updates to the `CHANGELOG` and version,
+create a release candidate using the following steps. Note you need to
+be a committer to run these scripts as they upload to the apache `svn`
+distribution servers.
### Create git tag for the release: