Skip to content

Commit 1d943fb

Browse files
committed
chore(release): prepare for next development iteration 1.15.0
1 parent a06d6d9 commit 1d943fb

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 1.15.0 [unreleased]
2+
13
## 1.14.0 [2020-12-04]
24

35
### Features

scripts/publish-site.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ cp -R "${SCRIPT_PATH}"/../target/staging/ "${HOME}"/site
4040
echo "Clone: gh-pages"
4141
cd "${HOME}"
4242
rm -rf "${HOME}"/gh-pages
43-
git clone --branch=gh-pages https://github.com/influxdata/influxdb-client-java "${HOME}"/gh-pages
43+
git clone --branch=gh-pages git@github.com:influxdata/influxdb-client-java.git "${HOME}"/gh-pages
4444

4545
echo "Copy site"
4646
# Push Site

0 commit comments

Comments
 (0)