- (#116) Make it backward compatible for Ruby 3.0 (@moznion)
- (#112) Add release workflow using trusted publishing (@ohbarye)
- (#110) Support
pr-release.assign-pr-authorandpr-release.request-pr-author-reviewoptions (@moznion)
- (#108) Support multiple PR assignees (@toshimaru)
- (#107) Update CI matrix (@onk)
- (#106) Use setup-ruby instead of container-based setup (@onk)
- (#100) Allow big bang release PR (@secobaka)
- (#95) Bump actions/cache from v2 to v4 (@ytkg)
- (#94) Bump actions/checkout from v2 to v4 (@ytkg)
- (#91) Test against Ruby v3.1 and Ruby v3.2 (@toshimaru)
- (#90) updated docs to include --squashed flag (@petercorrea)
- (#88) unshallow if a shallow repository (@Songmu)
- (#89) Add overwrite-description option (@onk)
- (#87) delegate to
@prwhenmethod_missingin PullRequest (@Songmu)
- (#81) fix forbidden git config name (#80) (@mtgto)
- (#75) reduce GitHub search API calls when the squashed option is specified (@Songmu)
- (#76) use bulk issue search to reduce API calls (@Songmu)
- (#77) Add option "ssl_no_verify" to skip verifying ssl certificate (@mtgto)
- (#78) add an argument to to_checklist_item to print pr title (@mtgto)
- (#69) remove duplicated PR entries at squash (@Yuki-Inoue)
- (#70) [Spec] Fix spec for build_pr_title_and_body (@yutailang0119)
- (#71) Introduce CI (@ohbarye)
- (#73) (#74) Use
YAML.unsafe_load_fileinstead ofYAML.load_file(@ohbarye)
- (#68) Add nil check for release_pr.body (@w1mvy)
- (#66) Exclude titles from checklist items (@nhosoya)
- (#64) fix wrong pr number due to sleep (@mpon)
- (#63) Sort merged_pull_request_numbers numerically by default (@yutailang0119)
- (#60, #61) Get issue number from GitHub API for squashed PR (@yuuan)
- (#58) Make stable test (@kachick)
- (#55) Suppress warning for ERB (@ohbarye)
- (#50) support
GIT_PR_RELEASE_MENTIONenvironment variable (@dabutvin) - (#49) Transfer repository to x-motemen organization (@onk)
- (#48) List PR API needs head user or head organization and branch name (@sasasin)
- (#47) Fix Errno::ENOENT when finding the specified template (@onk)
- (#45) Fix "warning: instance variable @xxx not initialized" (@onk)
- (#44) Use API option when detecting existing release PR (@onk)
- (#41, #42) Refactor (@onk)
- Some local variables are removed. This will break if you have customized the template ERB.
- (#38) Fetch changed files as many as possible (@shibayu36)
- (#37) Fix NameError (@onk)
- (#35) Do not define classes and methods at the top level (@onk)
- (#30) Extract logic from bin/git-pr-release (@banyan)
...
Initial Release