From 35b2bc10ddfbb1bef11554edc6a539e7b2f30c89 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Tue, 16 Jan 2024 19:00:34 +0000 Subject: [PATCH] v0.1.6 (#11) Reviewed-on: https://git.vdb.to/cerc-io/test-progressive-web-app/pulls/11 Co-authored-by: Thomas E Lackey Co-committed-by: Thomas E Lackey --- package.json | 2 +- scripts/request-app-deployment.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0c0beb5..f50a46a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@cerc-io/test-progressive-web-app", - "version": "0.1.5", + "version": "0.1.6", "repository": "https://git.vdb.to/cerc-io/test-progressive-web-app", "scripts": { "dev": "next dev", diff --git a/scripts/request-app-deployment.sh b/scripts/request-app-deployment.sh index 73f5e48..f002027 100755 --- a/scripts/request-app-deployment.sh +++ b/scripts/request-app-deployment.sh @@ -39,7 +39,7 @@ record: dns: "$CERC_REGISTRY_DEPLOYMENT_SHORT_HOSTNAME" deployment: "$CERC_REGISTRY_DEPLOYMENT_CRN" meta: - note: "Added by CI" + note: "Added by CI @ `date`" repository: "`git remote get-url origin`" repository_ref: "${GITHUB_SHA:-`git log -1 --format="%H"`}" EOF