Skip to content

Commit c054f5d

Browse files
committed
chores: Update CHANGELOG and dev tag script
1 parent 1076503 commit c054f5d

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [unreleased]
88

9-
## [0.10.5] - 2023-09-30
9+
## [0.10.5] - 2023-09-01
1010

1111
- Add logic to retry network calls if the core returns status 429
1212

addDevTag

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
#!/bin/bash
22

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"
6-
exit 1
7-
fi
8-
93
# get version------------
104
version=`cat setup.py | grep -e 'version='`
115
while IFS='"' read -ra ADDR; do
@@ -86,4 +80,4 @@ fi
8680

8781
git tag dev-v$version $commit_hash
8882

89-
git push --tags
83+
git push --tags

0 commit comments

Comments
 (0)