Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 454 Bytes

File metadata and controls

23 lines (19 loc) · 454 Bytes

release-watch

A simple script to retrieve the latest version/tag for interesting repos.

How to use

Create a ~/.config/release-watch.toml with your github creds and the repositories you want to watch

github_user = "anujp31"
github_token = "XXXXXXXXXXXXXXXXXX"
sub_urls = [
    "apache/airflow",
    "apache/spark",
    "databricks/dbt-databricks",
    "dbt/dbt-core",
]

Run via poetry

poetry install
poetry run releases