Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
chore(0.1): merge changes for v0.1.4
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Urbanek <mateusz.urbanek.98@gmail.com>
  • Loading branch information
shanduur committed Jun 3, 2024
2 parents 8e4a202 + 2d442e2 commit 459640a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ def run(args=sys.argv):
)

if prerelease:
logger.info("deploying prerelease")
logger.info(f"deploying prerelease of {version}")
mike(["deploy", "--push", version])
else:
logger.info("deploying prerelease")
logger.info(f"deploying release of {version}")
mike(["deploy", "--push", "--update-aliases", version, "latest"])

0 comments on commit 459640a

Please sign in to comment.