You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
utils/update-changelog.js is existing in CK, so that's why we don't have any failure, but this step should be more dynamic
## We could have gone the route of a lerna changeset plugin, but we would lose access to## usernames which add a nice human touch to release notes
- name: Update Changelogshell: bashrun: node utils/update-changelog.jsenv:
CHANGESET_TITLE: ${{steps.changeset.outputs.title}}CHANGESET_BODY: | ${{steps.changeset.outputs.body}}
The text was updated successfully, but these errors were encountered:
Step is here
utils/update-changelog.js
is existing in CK, so that's why we don't have any failure, but this step should be more dynamicThe text was updated successfully, but these errors were encountered: