We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b86c91e commit 7442585Copy full SHA for 7442585
.github/scripts/publish.sh
@@ -11,7 +11,7 @@ fi;
11
LAST_TAG=$(git tag | tail -n 1);
12
MAJOR=$(echo $LAST_TAG | sed -E 's/v([0-9]+)\..*/\1/');
13
MINOR=$(echo $LAST_TAG | sed -E 's/v[0-9]+\.([0-9]+)\..*/\1/');
14
-PATCH=$(echo $LAST_TAG | sed -E 's/v[0-9]+\.[0-9]+\.([0-9]+)-rc/\1/');
+PATCH=$(echo $LAST_TAG | sed -E 's/v[0-9]+\.[0-9]+\.([0-9]+)-rc[0-9]+/\1/');
15
RC=0;
16
17
if [ "$RELEASE_CANDIDATE" = true ]
CHANGELOG.md
@@ -1,4 +1,3 @@
1
-## v0.9.1-rc0
2
- Topic Writer updated release candidate:
3
* Do not send messages that have a timeout by cancelToken.
4
* If your value serializer throws an exception, this will be wrapped in a WriterException with unspecified status.
0 commit comments