Update package version to 1.0.11 in package.json and modify ci-deploy.sh to publish with 'latest' tag and include a completion message.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@techniker-me/hash-map",
|
||||
"version": "1.0.10",
|
||||
"version": "1.0.11",
|
||||
"description": "A robust HashMap implementation following OOP SOLID principles",
|
||||
"type": "module",
|
||||
"main": "./node/index.js",
|
||||
|
||||
@@ -69,5 +69,8 @@ cd dist
|
||||
if [ "${isBeta}" == "true" ]; then
|
||||
bun publish --registry "${registryUrl}" --tag beta
|
||||
else
|
||||
bun publish --registry "${registryUrl}"
|
||||
fi
|
||||
bun publish --registry "${registryUrl}" --tag latest
|
||||
fi
|
||||
|
||||
echo "Deployment complete!"
|
||||
exit 0
|
||||
Reference in New Issue
Block a user