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

Allow setting release notes #3

Merged
merged 3 commits into from Aug 24, 2020
Merged

Commits on Aug 16, 2020

  1. Allow setting release notes

    Thanks for this great script! It's made my life a lot easier. I wanted to be
    able to set release notes from it, so I built this argument.
    
    ```sh
    python main.py key.json package.name release.aab --release-notes en-US "Performance improvements"
    ```
    
    It also supports multiple languages:
    ```sh
    python main.py key.json package.name release.aab --release-notes en-US "Performance improvements" --release-notes zh-CN "性能提升"
    ```
    
    If not provided, everything will work as it does currently.
    
    My use case for building this is to automatically generate release notes from
    recent Git commits :)
    glacials committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    4cc3fb4 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Apply suggestions from code review

    Co-authored-by: German Robayo <germanrobayo33@gmail.com>
    glacials and german1608 committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    c795764 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2020

  1. Apply suggestions from code review

    Co-authored-by: German Robayo <germanrobayo33@gmail.com>
    glacials and german1608 committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    f217037 View commit details
    Browse the repository at this point in the history