Chore v1 legacy release workflow - #349
Conversation
Renamed release workflow file and updated triggers/tags for v1-legacy branch support. Branch trigger changed to v1-legacy, npm dist-tag set to v1-x, and GitHub releases marked as --latest=false. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Patch bumped all plugin package versions and updated @contentstack/cli-command, cli-utilities, cli-config, cli-auth dependencies to their new v1-legacy versions. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
🔒 Security Scan Results
⏱️ SLA Breach Summary
✅ BUILD PASSED - All security checks passed |
🔒 Security Scan Results
⏱️ SLA Breach Summary
🟡 Medium Severity - SLA Breached Issues (with fixes)Showing 2 issue(s) that have exceeded the 90-day SLA threshold:
ℹ️ Vulnerabilities Without Available Fixes (Informational Only)The following vulnerabilities were detected but do not have fixes available (no upgrade or patch). These are excluded from failure thresholds:
❌ BUILD FAILED - Security checks failed Please review and fix the security vulnerabilities before merging. |
- Fixed version mismatches in apps-cli, bulk-operations, regex-validate, migrate-rte - Fixed wrong package name in title/badge for tsgen and content-type - Fixed wrong See code links (old cli repo → cli-plugins, wrong package paths in branches) - Fixed audit source links pointing to separate audit repo - Removed duplicate command blocks in clone, export, import, import-setup, migration, seed - Fixed --modules/--module inconsistency in import-setup - Fixed Sorce typo in external-migrate - Fixed doubled csdx prefix in bulk-publish - Fixed license badge links pointing to old cli repo Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7f69693
🔒 Security Scan Results
⏱️ SLA Breach Summary
🟡 Medium Severity - SLA Breached Issues (with fixes)Showing 2 issue(s) that have exceeded the 90-day SLA threshold:
ℹ️ Vulnerabilities Without Available Fixes (Informational Only)The following vulnerabilities were detected but do not have fixes available (no upgrade or patch). These are excluded from failure thresholds:
❌ BUILD FAILED - Security checks failed Please review and fix the security vulnerabilities before merging. |
🔒 Security Scan Results
⏱️ SLA Breach Summary
✅ BUILD PASSED - All security checks passed |
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
🔒 Security Scan Results
⏱️ SLA Breach Summary
✅ BUILD PASSED - All security checks passed |
🔒 Security Scan Results
⏱️ SLA Breach Summary
✅ BUILD PASSED - All security checks passed |
Summary
This PR sets up the v1-legacy release workflow for
cli-pluginsand bumps all package versions in preparation for the v1 release.Workflow changes (
release-v1-legacy-plugins.yml)release-production-plugins.yml→release-v1-legacy-plugins.ymlto avoid confusion with the main production workflowmain→v1-legacylatest→v1-xso v1 releases don't overwrite thelatesttag--latest=falsetogh release createso GitHub releases from this workflow are not marked as latestPackage version bumps
@contentstack/apps-cli1.7.41.7.5@contentstack/cli-audit1.21.01.21.1@contentstack/cli-cm-bootstrap1.19.91.19.10@contentstack/cli-cm-branches1.8.51.8.6@contentstack/cli-bulk-operations1.2.41.2.5@contentstack/cli-cm-regex-validate1.0.31.0.4contentstack-cli-tsgen4.10.34.10.4@contentstack/cli-cm-clone1.21.111.21.12contentstack-cli-content-type1.5.41.5.5@contentstack/cli-cm-export-to-csv1.12.81.12.9@contentstack/cli-cm-export1.27.01.27.1@contentstack/cli-external-migrate1.0.0-alpha.71.0.0-alpha.8@contentstack/cli-cm-import-setup1.8.81.8.9@contentstack/cli-cm-import1.35.01.35.1@contentstack/cli-cm-migrate-rte1.7.41.7.5@contentstack/cli-migration1.12.61.12.7@contentstack/cli-cm-export-query1.0.71.0.8@contentstack/cli-cm-seed1.15.101.15.11@contentstack/cli-variants1.6.21.6.3Dependency updates
@contentstack/cli-command:~1.8.5→~1.8.7@contentstack/cli-utilities:~1.19.1→~1.19.2@contentstack/cli-config:~1.21.1→~1.21.2@contentstack/cli-auth:~1.8.5→~1.8.7Test plan
v1-legacybranchv1-xdist-tag (notlatest)🤖 Generated with Claude Code