Skip to content

Commit e1358b5

Browse files
authored
Merge pull request #100 from ydb-platform/update-changelog
Update workflow and changelog
2 parents 72d39a4 + fccd104 commit e1358b5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
PATCH=$((PATCH+1));
4141
fi;
4242
echo "<?php
43-
const MAJOR = "$MAJOR";
44-
const MINOR = "$MINOR";
45-
const PATCH = "$PATCH";
43+
const MAJOR = \"$MAJOR\";
44+
const MINOR = \"$MINOR\";
45+
const PATCH = \"$PATCH\";
4646
" >> $VERSION_FILE.tmp
4747
mv $VERSION_FILE.tmp $VERSION_FILE;
4848
git add $VERSION_FILE;

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
* fixed discovery on exception
33
* fixed logger in EnvironCredentials
44

5-
# 1.8.1
5+
## 1.8.1
66

77
* fixed bug, when function Retry::backoffType always return SlowBackoff
88

9-
# 1.8.0
9+
## 1.8.0
1010

1111
* update destructor in MemorySessionPool
1212
* fixed exception on re-create server nodes

0 commit comments

Comments
 (0)