Skip to content

Release pipeline improvement #10560

@hi-ogawa

Description

@hi-ogawa

  • Setup Github App to auto create PR during "prepare publish" workflow dispatch.
    • Currently "prepare publish" job only outputs the compare URL for human to create PR manually. This is because even though auto creating PR from in-repo GITHUB_TOKEN won't trigger the actions on the created PR due to Github's chaining action prevention.
  • Automatically derive npm dist-tags for backport release case in publish-ci.ts script.
    • publish-ci.ts currently publishes backport release of npm package as release dist tags. To prevent this, we would need manual fix up for each backport branch like v3 or we should implement automatic way to derive dist-tags.
  • Rework changelog and github release generation. For example, changelog generation could be moved ahead to "prepare publish" time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No fields configured for Task.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions