Bump Release Support for both regular and beta releases. Parameters - : Optional explicit version to use (e.g., ). When provided, skips automatic version inference - : Create a beta release with suffix - : Preview the release without making any changes (no file modifications, commits, or tags) Steps 0. Locate the package - The user may be in a monorepo where the package to release lives in a subdirectory. Look for in the current working directory first; if not found, ask which package to release. All file paths ( , , ) are relative to the package directory. 1. Update the file with all changes…