This is an automated email from the ASF dual-hosted git repository.
mck pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git
The following commit(s) were added to refs/heads/master by this push:
new 4b6caff ninja-fix: in finish_release.sh fix quote character in echo'd
instructions at end
4b6caff is described below
commit 4b6caffd63b635eaf330ba0232095f7863e946c9
Author: Mick Semb Wever <[email protected]>
AuthorDate: Tue Sep 1 12:35:02 2020 +0200
ninja-fix: in finish_release.sh fix quote character in echo'd instructions
at end
---
cassandra-release/finish_release.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cassandra-release/finish_release.sh
b/cassandra-release/finish_release.sh
index ce4cf5c..45aea38 100755
--- a/cassandra-release/finish_release.sh
+++ b/cassandra-release/finish_release.sh
@@ -262,4 +262,4 @@ echo ' 9) tweet from @cassandra'
echo ' 10) release version in JIRA'
echo ' 11) remove old version (eg: `svn rm
https://dist.apache.org/repos/dist/release/cassandra/<previous_version>`)'
echo ' 12) increment build.xml base.version for the next release'
-echo ' 13) follow instructions in email you will receive from the \"Apache
Reporter Service\" to update the project\'s list of releases in
reporter.apache.org'
+echo ' 13) follow instructions in email you will receive from the \"Apache
Reporter Service\" to update the project`s list of releases in
reporter.apache.org'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]