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

chore: fix npm release script when its running on a multi line commit message #1676

Merged
merged 1 commit into from
Sep 13, 2024

Commits on Sep 12, 2024

  1. chore: fix npm release script when its running on a multi line commit…

    … message
    
    The release script tried to put a multiline string into an env var which resulted in an error.
    Now only the first line of the commit message is kept.
    
    This was causing an issue when trying to do a manual NPM release from a branch
    matyasf committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    5af84d7 View commit details
    Browse the repository at this point in the history