Skip to content

Commit

Permalink
### 0.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed May 30, 2024
1 parent 6a035f4 commit 3851115
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

### 0.1.18
- added: scrape_type =0|1
- added: trainer_worker as a node application

## [2024-05-20]

Expand Down
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ echo "version $version"

if [ "$version" != "" ]; then
git add .
git commit -m "Created a new version"
git commit -m "Created a new version: $version"
git push remote master --tags
git tag -a "$version" -m "`git log -1 --format=%s`"
echo "Created a new tag, $version"
Expand Down

0 comments on commit 3851115

Please sign in to comment.