You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2020/09/01 10:36:23 UTC

[cassandra-builds] branch master updated: ninja-fix: in finish_release.sh fix quote character in echo'd instructions at end

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 <mc...@apache.org>
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: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org