mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-17 15:43:24 +02:00
feat: enhance release automation with daily checks
This commit is contained in:
@@ -170,6 +170,8 @@ def main(directory: Path, git_hash: GitHash, dry_run: bool) -> int:
|
||||
publish_package(path, pkg_type, version, dry_run)
|
||||
if not dry_run:
|
||||
click.echo(f"{name}@{version}")
|
||||
else:
|
||||
click.echo(f"🔍 Dry run: Would have published {name}@{version} if this was a real release")
|
||||
return 0
|
||||
except Exception as e:
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user