Fix format of RC file names
Project: http://git-wip-us.apache.org/repos/asf/roller/repo Commit: http://git-wip-us.apache.org/repos/asf/roller/commit/30ca737a Tree: http://git-wip-us.apache.org/repos/asf/roller/tree/30ca737a Diff: http://git-wip-us.apache.org/repos/asf/roller/diff/30ca737a Branch: refs/heads/master Commit: 30ca737a0d0bded55504dcbc2e1179d288cc3e01 Parents: c332d75 Author: Dave Johnson <[email protected]> Authored: Sat Sep 1 08:57:56 2018 -0400 Committer: Dave Johnson <[email protected]> Committed: Sat Sep 1 08:57:56 2018 -0400 ---------------------------------------------------------------------- assembly-release/sign-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/roller/blob/30ca737a/assembly-release/sign-release.sh ---------------------------------------------------------------------- diff --git a/assembly-release/sign-release.sh b/assembly-release/sign-release.sh index 979ab40..194121a 100755 --- a/assembly-release/sign-release.sh +++ b/assembly-release/sign-release.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -export rcstring="" +export rcstring="-rc-1" export vstring="5.2.1" # for rc releases we rename the release files
