Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Release action runs a script from non existing file #14

Open
RayRedGoose opened this issue Oct 17, 2023 · 0 comments
Open

Bug: Release action runs a script from non existing file #14

RayRedGoose opened this issue Oct 17, 2023 · 0 comments

Comments

@RayRedGoose
Copy link
Contributor

RayRedGoose commented Oct 17, 2023

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 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 Changelog
      shell: bash
      run: node utils/update-changelog.js
      env:
        CHANGESET_TITLE: ${{steps.changeset.outputs.title}}
        CHANGESET_BODY: |
          ${{steps.changeset.outputs.body}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant