From e1f7b5a6c4868b1077a78a229d824842fb9f258f Mon Sep 17 00:00:00 2001 From: Shailesh Patil <53746241+mineme0110@users.noreply.github.com> Date: Tue, 16 Apr 2024 17:45:01 +0100 Subject: [PATCH] updated the tag version name (#283) * updated the tag version name Signed-off-by: mineme0110 * updated the name to atala-prism-mediator Signed-off-by: mineme0110 --------- Signed-off-by: mineme0110 Signed-off-by: Shailesh Patil <53746241+mineme0110@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index fe155635..c2ea8b5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "atala-prism-mediator", + "name": "identus-mediator", "version": "0.14.2", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "atala-prism-mediator", + "name": "identus-mediator", "version": "0.14.2", "devDependencies": { "@commitlint/cli": "^17.0.3", @@ -7682,4 +7682,4 @@ } } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 26ef45fe..9e858903 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "prerelease": "snapshot" } ], - "tagFormat": "identus-mediator-v${version}", + "tagFormat": "v${version}", "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", @@ -77,7 +77,7 @@ [ "@semantic-release/exec", { - "prepareCmd": "docker buildx build --platform=linux/arm64,linux/amd64 --push -t ghcr.io/input-output-hk/identus-mediator:${nextRelease.version} ./mediator/target/docker/stage" + "prepareCmd": "docker buildx build --platform=linux/arm64,linux/amd64 --push -t ghcr.io/input-output-hk/atala-prism-mediator:${nextRelease.version} ./mediator/target/docker/stage" } ], [ @@ -112,4 +112,4 @@ ] ] } -} \ No newline at end of file +}