Skip to content

Commit

Permalink
chores: Update CHANGELOG and dev tag script
Browse files Browse the repository at this point in the history
  • Loading branch information
KShivendu committed Sep 1, 2023
1 parent 1076503 commit c054f5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [0.10.5] - 2023-09-30
## [0.10.5] - 2023-09-01

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

Expand Down
8 changes: 1 addition & 7 deletions addDevTag
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
#!/bin/bash

# check if we need to merge master into this branch------------
if [[ $(git log origin/master ^HEAD) ]]; then
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
Expand Down Expand Up @@ -86,4 +80,4 @@ fi

git tag dev-v$version $commit_hash

git push --tags
git push --tags

0 comments on commit c054f5d

Please sign in to comment.