-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
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
Labels
No labels
Type
Projects
Status
Todo