Skip to content

Publish releases on GitHub when new lib gets published #3726

@dnechay

Description

@dnechay

Description
Some time ago we changed the way how we do SDK releases. Since then we only push git tags attached to package version, but do not publish GitHub release. However we would like to have releases to be published as well.

Motivation
To have public release notes and use them e.g. for docs.

Implementation details
Taking into account that we might be publishing different versions of npm packages in the same actions (hence having different tags for them) it's better to create new GitHub Action that will be triggered on tag creation and craft a release for this specific package version and tag.
To publish release - either need to use GitHub API directly or use action like softprops/action-gh-release or similar

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions