Skip to content

chore(master): release 42.3.0#365

Merged
amondnet merged 1 commit into
masterfrom
release-please--branches--master--components--vercel-action
Apr 30, 2026
Merged

chore(master): release 42.3.0#365
amondnet merged 1 commit into
masterfrom
release-please--branches--master--components--vercel-action

Conversation

@github-actions

@github-actions github-actions Bot commented Apr 30, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

42.3.0 (2026-04-30)

Features

  • add vercel-build action input for local Vercel build step (#361) (4076535)
  • make CLI deployment default, gate API behind experimental-api flag (#363) (2c02881)

Bug Fixes

  • vercel-api: normalize engines.node and drop nowConfig payload field (#364) (31671aa)

This PR was generated with Release Please. See documentation.

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 3 files

Auto-approved: Standard automated release PR: version bump and changelog update.

Architecture diagram
sequenceDiagram
    participant Runner as GitHub Runner
    participant Action as Vercel Action Logic
    participant Payload as Payload Builder
    participant Vercel as Vercel API

    Runner->>Action: Run amondnet/vercel-action
    Action->>Action: Read environment (token, teamId)
    Action->>Action: Parse package.json & vercel.json

    Action->>Payload: createDeployment(config)
    
    Note over Payload: Bug Fix: vercel-api normalization
    
    Payload->>Payload: CHANGED: Normalize engines.node version
    Note right of Payload: Converts version ranges to specific <br/>supported Node.js strings
    
    Payload->>Payload: CHANGED: Drop nowConfig field
    Note right of Payload: Removes deprecated legacy field <br/>to prevent API validation errors

    Payload-->>Action: Validated Deployment Payload
    
    Action->>Vercel: POST /v13/deployments (JSON)
    
    alt Success
        Vercel-->>Action: 200 OK (Deployment Metadata)
        Action-->>Runner: Deployment successful
    else API Error
        Vercel-->>Action: 4xx/5xx Error
        Action-->>Runner: Action failed with error message
    end
Loading

@github-actions github-actions Bot changed the title chore(master): release 42.2.2 chore(master): release 42.3.0 Apr 30, 2026
@github-actions github-actions Bot force-pushed the release-please--branches--master--components--vercel-action branch from 044d271 to ef9827c Compare April 30, 2026 02:39
@github-actions github-actions Bot force-pushed the release-please--branches--master--components--vercel-action branch from ef9827c to 06e83ce Compare April 30, 2026 02:49
@sonarqubecloud

Copy link
Copy Markdown

@amondnet amondnet merged commit de09aea into master Apr 30, 2026
1 check passed
@amondnet amondnet deleted the release-please--branches--master--components--vercel-action branch April 30, 2026 02:52
@github-actions

Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant