mirror of
https://github.com/bellingcat/vk-url-scraper.git
synced 2026-06-12 05:18:35 +03:00
ported vk scraper logic into lib
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
TAG=$(python -c 'from my_package.version import VERSION; print("v" + VERSION)')
|
||||
TAG=$(python -c 'from vk_url_scraper.version import VERSION; print("v" + VERSION)')
|
||||
|
||||
read -p "Creating new release for $TAG. Do you want to continue? [Y/n] " prompt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user