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

Improve Pull Request title for preparing release #7102

Merged
merged 1 commit into from
Jul 27, 2023

Commits on Jul 27, 2023

  1. Improve Pull Request title for preparing release

    This change aims to make a Pull Request title for preparing release clearer.
    For example, changing from `Prepare release` to `Prepare 15.10.3`.
    
    For example, we can locally confirm the script:
    
    ```console
    $ npx changeset status --output .changeset/status.json
    
    $ new_version=$(jq -r '.releases[0].newVersion' < .changeset/status.json)
    
    $ echo "new-version=${new_version}"
    new-version=15.10.3
    ```
    ybiquitous committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    e2c19b5 View commit details
    Browse the repository at this point in the history