Modified version validation to support testing with prerelease tags: - Prerelease tags (e.g., 1.1.0-alpha.1) now validate base version against package.json/manifest.json - Production tags still require exact version match - Supports -alpha.N, -beta.N, and -rc.N tag formats This enables deployment testing with alpha releases while maintaining strict version control for production releases.