From 0a7c9b4822dc48b8b4f3a207d5e3dd59fc63ed2d Mon Sep 17 00:00:00 2001 From: Joel Labes Date: Fri, 6 Dec 2024 13:36:33 +1300 Subject: [PATCH 1/2] Add link to regex checker for versions --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e185a71..d767806 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -31,5 +31,5 @@ _This checklist is a cut down version of the [best practices](../blob/main/packa - [ ] The package disambiguates its resource names to avoid clashes with nodes that are likely to already exist in a project. For example, packages should not provide a model simply called `users`. ### Versioning -- [ ] (Required): The package's git tags validates against the regex defined in [version.py](/hubcap/version.py) +- [ ] (Required): The package's git tags validates against the regex defined in `hubcap/version.py` ([examples](https://regex101.com/r/OHA92c)). - [ ] The package's version follows the guidance of Semantic Versioning 2.0.0. (Note in particular the recommendation for production-ready packages to be version 1.0.0 or above) From 5c07cc6e33405eff770a5835710816f587c347bf Mon Sep 17 00:00:00 2001 From: dat-a-man <98139823+dat-a-man@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:55:30 +0530 Subject: [PATCH 2/2] Updated (#333) --- hub.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hub.json b/hub.json index 79310cd..79b78ea 100644 --- a/hub.json +++ b/hub.json @@ -37,7 +37,8 @@ ], "dlt-hub": [ "dbt_ga4", - "dlt-dbt-shopify" + "dlt-dbt-shopify", + "dlt-dbt-chess" ], "EqualExperts": [ "dbt-unit-testing"