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 1076503 commit c054f5dCopy full SHA for c054f5d
CHANGELOG.md
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [unreleased]
8
9
-## [0.10.5] - 2023-09-30
+## [0.10.5] - 2023-09-01
10
11
- Add logic to retry network calls if the core returns status 429
12
addDevTag
@@ -1,11 +1,5 @@
1
#!/bin/bash
2
3
-# check if we need to merge master into this branch------------
4
-if [[ $(git log origin/master ^HEAD) ]]; then
5
- echo "You need to merge master into this branch. Exiting"
- exit 1
-fi
-
# get version------------
version=`cat setup.py | grep -e 'version='`
while IFS='"' read -ra ADDR; do
@@ -86,4 +80,4 @@ fi
86
80
87
81
git tag dev-v$version $commit_hash
88
82
89
-git push --tags
83
+git push --tags
0 commit comments