From db52045bc8c7de7f9c7496d88edeca5ec4491ee0 Mon Sep 17 00:00:00 2001 From: Mike Johanson Date: Wed, 20 Sep 2023 13:43:17 -0700 Subject: [PATCH 1/2] fix: test ci --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4951af4..3da23edb 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,12 @@ RPC is used for activation, deactivation, maintenance, and status of an AMT device The Remote Provisioning Client (RPC) is an application that assists with activation, configuration, and maintenance of for IntelĀ® AMT devices. RPC provides source code that must be compiled into a binary to run or library for integration with other client applications. -

+--- **For detailed documentation** about Getting Started or other features of the Open AMT Cloud Toolkit, see the [docs](https://open-amt-cloud-toolkit.github.io/docs/). -
+--- + ## Prerequisites From 8c5b3ddec5b3c8678fba93475675081aee99d8bb Mon Sep 17 00:00:00 2001 From: Mike Johanson Date: Wed, 20 Sep 2023 14:05:30 -0700 Subject: [PATCH 2/2] fix: test ci --- .releaserc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.releaserc.json b/.releaserc.json index c19b1344..072f76ea 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -9,8 +9,8 @@ "@semantic-release/github", "@semantic-release/exec", { - "prepareCmd": "docker build -t vprodemo.azurecr.io/rpc-go:v${nextRelease.version} .", - "publishCmd": "docker push vprodemo.azurecr.io/rpc-go:v${nextRelease.version}" + "prepareCmd": "docker build -t vprodemo.azurecr.io/rpc-go:v${nextRelease.version} . && echo \"tagged docker image with v${nextRelease.version}\" ", + "publishCmd": "docker push vprodemo.azurecr.io/rpc-go:v${nextRelease.version} && echo \"pushed docker image with v${nextRelease.version}\" " } ] } \ No newline at end of file