Skip to content

Commit

Permalink
updated the tag version name (#283)
Browse files Browse the repository at this point in the history
* updated the tag version name

Signed-off-by: mineme0110 <shailesh.patil@iohk.io>

* updated the name to atala-prism-mediator

Signed-off-by: mineme0110 <shailesh.patil@iohk.io>

---------

Signed-off-by: mineme0110 <shailesh.patil@iohk.io>
  • Loading branch information
mineme0110 committed Apr 30, 2024
1 parent 7a3272b commit 39519c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"prerelease": "snapshot"
}
],
"tagFormat": "identus-mediator-v${version}",
"tagFormat": "v${version}",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down Expand Up @@ -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"
}
],
[
Expand Down Expand Up @@ -112,4 +112,4 @@
]
]
}
}
}

0 comments on commit 39519c7

Please sign in to comment.