Skip to content

feat: add v2 production release workflows - #2699

Merged
cs-raj merged 1 commit into
v2-devfrom
fix/DX-10156-v2-production-release-workflows
Aug 12, 2026
Merged

feat: add v2 production release workflows#2699
cs-raj merged 1 commit into
v2-devfrom
fix/DX-10156-v2-production-release-workflows

Conversation

@cs-raj

Copy link
Copy Markdown
Contributor

Summary

Ports production release workflows from the development branch to v2-dev for CLI v2 GA. These sit alongside the existing beta workflows — beta releases via v2-beta continue to work unchanged.

New files

FilePurpose
release-production-pipeline.ymlOrchestrator — triggers on push to main + workflow_dispatch, calls the two sub-workflows
release-production-core.ymlPublishes @contentstack/cli with tag: latest, creates a non-prerelease GitHub release
release-production-platform-plugins.ymlPublishes utilities / command / config / auth with tag: latest

Also

  • Added .talismanrc exception for secrets: inherit in the pipeline workflow (false positive — it's a GitHub Actions keyword, not a secret)

Test plan

  • Verify all three files are present on v2-dev
  • Verify release-production-pipeline.yml triggers on main with workflow_dispatch available
  • Verify release-production-core.yml uses tag: latest and creates a non-prerelease GitHub release
  • Verify existing beta workflows (release.yml, release-v2-beta-*.yml) are untouched
  • After v2 GA merge to main, confirm the pipeline fires end-to-end

Related

🤖 Generated with Claude Code

Port production release workflows from development branch for v2 GA:
- release-production-pipeline.yml: triggers on main + workflow_dispatch
- release-production-core.yml: tag:latest, non-prerelease GitHub release
- release-production-platform-plugins.yml: utilities/command/config/auth
with tag:latest
Also adds .talismanrc exception for secrets:inherit false positive in
the pipeline workflow.
Closes DX-10156
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@cs-raj
cs-raj requested a review from a team as a code ownerAugust 12, 2026 10:46
@snyk-io

snyk-ioBot commented Aug 12, 2026

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

StatusScan Engine Critical High Medium LowTotal (0)
Open Source Security0000 0 issues
Licenses0000 0 issues
Code Security0000 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@github-actions

Copy link
Copy Markdown

🔒 Security Scan Results

ℹ️ Note: Only vulnerabilities with available fixes (upgrades or patches) are counted toward thresholds.

Check TypeCount (with fixes)Without fixesThresholdResult
🔴 Critical Severity0010✅ Passed
🟠 High Severity0025✅ Passed
🟡 Medium Severity02500✅ Passed
🔵 Low Severity001000✅ Passed

⏱️ SLA Breach Summary

✅ No SLA breaches detected. All vulnerabilities are within acceptable time thresholds.

SeverityBreaches (with fixes)Breaches (no fixes)SLA Threshold (with/no fixes)Status
🔴 Critical0015 / 30 days✅ Passed
🟠 High0030 / 120 days✅ Passed
🟡 Medium0090 / 365 days✅ Passed
🔵 Low00180 / 365 days✅ Passed

ℹ️ 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:

  • Critical without fixes: 0
  • High without fixes: 0
  • Medium without fixes: 2
  • Low without fixes: 0

✅ BUILD PASSED - All security checks passed

@cs-raj
cs-raj merged commit a551edb into v2-devAug 12, 2026
11 checks passed
@cs-raj
cs-raj deleted the fix/DX-10156-v2-production-release-workflows branch August 12, 2026 11:22
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@cs-raj@netrajpatel@reeshika-h