From 64ee247844bd37ea2a5192ed8d46c925b0cd3e87 Mon Sep 17 00:00:00 2001 From: Thomas Yu Date: Thu, 24 Oct 2024 19:17:27 -0700 Subject: [PATCH 1/2] Add new deployment tag --- cdk.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdk.json b/cdk.json index 1bb5f25..29418a8 100644 --- a/cdk.json +++ b/cdk.json @@ -31,7 +31,7 @@ "aws-cn" ], "dev": { - "IMAGE_PATH_AND_TAG": "ghcr.io/sage-bionetworks/schematic:v24.10.2", + "IMAGE_PATH_AND_TAG": "ghcr.io/sage-bionetworks/schematic:v0.1.90-beta", "AWS_DEFAULT_REGION": "us-east-1", "PORT": "443", "TAGS": { From b8440039c023f2652a8680947bb8bc7d2ac85814 Mon Sep 17 00:00:00 2001 From: Thomas Yu Date: Thu, 24 Oct 2024 19:18:40 -0700 Subject: [PATCH 2/2] Update PR template --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0f52f6e..9434334 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,3 @@ PR Checklist: -[ ] Describe and explain your intentions for this change -[ ] Setup pre-commit and run the validators (info in README.md) +- [ ] Describe and explain your intentions for this change +- [ ] Setup pre-commit and run the validators (info in README.md)