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(master): release 1.0.0 #448

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 6, 2024

🤖 I have created a release beep boop

1.0.0 (2024-01-06)

⚠ BREAKING CHANGES

  • added output option to differentiate log and other output

Features

  • add ability to create PR as draft (#232) (dbfef2b)
  • add possibility to add assignees to pull request (#196) (6b685ba)
  • add repo-include and repo-exclude options (#426) (faf0092)
  • add the ability to skip repos from the run command (#197) (d4de4dc)
  • added --config to status command (#174) (8c52c93)
  • added --conflict-strategy (#210) (5dfd6d9)
  • added --fetch-depth flag (#62) (5cdb723)
  • added --git-type flag (cb4701e)
  • added --include-subgroups flag (#131) (eff19a4)
  • added --merge-type flag (#64) (dd18402)
  • added --plain-output flag (#378) (356f471)
  • added --ssh-auth option (#215) (f5767a8)
  • added base-branch flag (8c04b8d)
  • added close command (dee1a10)
  • added configuration options through config files (#150) (f38a7ad)
  • added fork mode (#128) (f9e7827)
  • added Gitea support (#105) (0f89791)
  • added GitHub autocompletion (#84) (5fee0c4)
  • added links to printed prs (#58) (cd76c61)
  • added log-format flag (4fab0eb)
  • added more information to the version command (#198) (ebf4578)
  • added option to add labels to creates pull requests (#292) (fccf678)
  • added output option to differentiate log and other output (c4f52fd)
  • added shell completion command (c5782a2)
  • added skip-pr flag (#80) (c4b85ea)
  • added static flag completion for enums (#87) (586dd61)
  • bitbucketserver: added support for bitbucket server (#178) (2f7a1b6)
  • filter repositories using topics (#320) (d3c5403)
  • github: added option to add team reviewers (#351) (bfe05b9)
  • github: use code search to select repositories (#399) (d8b75f4)
  • github: use graphql endpoint to get pull request status (#242) (60bbbdf)
  • gitlab: option to change base-url for gitlab (#69) (147ebe6)
  • gitlab: respect project level squash setting (#228) (b189661)
  • gitlab: skip archived repos (#240) (10df83a)
  • interactive mode (#167) (7351520)
  • moved to built in completion command in cobra 1.2.x (#163) (81a7187)
  • option to skip repositories that are forks (#341) (941731b)
  • OS and Arch info added to the version command (#348) (12c0422)
  • set DRY_RUN when --dry-run is used (#337) (e4390ee)
  • use repo search to select repositories (#397) (0f8c2dc)

Bug Fixes

  • added panic recover on a run repo basis (#114) (6d44adf)
  • added support for cancellation of git remote commands (#296) (83bfbc7)
  • added support for GitLab subgroups with --project (#171) (25b5d54)
  • added the number of created pull requests (#56) (d432430)
  • allow individual merge failures without aborting all merges (#310) (e067502)
  • better error message when the same feature and base branch is used (#281) (ff98e8f)
  • better logs when repositories are not used due to permissions (#226) (668d0b0)
  • bitbucket: ensure username is set (#212) (a463709)
  • censor http authentication header (#185) (633a2cc)
  • changed the order of version and os in the released archives (656e9de)
  • cmdgit BranchExist should match full branch name (#433) (c7a6e69)
  • commit hooks no longer run with cmd-git implementation (#157) (ba12d08)
  • corrected the name of the REPOSITORY env var (9b87070)
  • deleted files are now detected with git-type: go (#273) (b21509c)
  • don't panic when a PR branch is deleted (#385) (fca98e1)
  • downgraded go-diff to fix diff formating (#156) (6ef43a8)
  • ensure pull request exists during conflict resolution (#369) (2b7166a)
  • fixed archive release names (1462b90)
  • fixed brew test command (fc243e8)
  • fixed bug where base branch was left empty (64d5e22)
  • fixed fury.io token in release (9deb2d2)
  • fixed homebrew release (dece0d8)
  • fixed license file in release (506084f)
  • fixed multi line commit message (#222) (995a93c)
  • fixed presentation of repos with existing repo (ac8027b)
  • fixed skip-pr flag description (#127) (1c4e2ac)
  • fixed windows filepaths (#89) (cb38fc0)
  • github: add retry mechanism to all requests (#289) (89a642c)
  • github: added missing closed pr status (#290) (9e3644a)
  • github: allow GitHub app tokens to be used (#334) (8d86544)
  • github: allow only pull permission for print command (#262) (582c706)
  • github: chunk get pull requests (#330) (488cd63)
  • github: correctly map merged prs (#268) (0474040)
  • github: fixed that the fetching of pullrequests always pull the latest pr (#195) (aa33af8)
  • github: ignore branch deletion error if branch is already deleted (#189) (d63d041)
  • github: made sure GraphQL requests, with non-GraphQL errors is reported properly (#301) (d7e1fda)
  • github: use other format when cloning with token to support more token formats (#302) (a74cc60)
  • gitlab: close MR instead of deleting it (#230) (af2c2d9)
  • gitlab: made entire owner structure a part of logging and $REPOSITORY (ccac98a)
  • gitlab: make sure entire project path is shown (#392) (280dfc7)
  • gitlab: only list projects with Merge Requests enabled (#184) (5d45121)
  • improved error messages for common problems with the script (de9e525)
  • input description for platform args (#321) (6816c86)
  • made remove branch on merge the default behaviour for GitLab merge (#135) (9cc5983)
  • made sure any tokens output in the logs are now censored (#143) (0e5cee7)
  • make sure autocompletion works with settings from config files (#217) (45e855c)
  • make sure GitHub's secondary rate limit is not reached (#207) (8a5fabd)
  • make sure gitignore is used (#119) (f33dee9)
  • mitigated script injection in test install action (#404) (f77ef91)
  • multi-gitter does now only fetch the base and head branch (b272644)
  • push hooks no longer run with cmd-git implementation (#159) (7360c0d)
  • remove returning of archived and disabled Github repos (da2d635)
  • retry when encounting the GitHub rate limit (#280) (008a26a)
  • skip running git diff if debug or lower is not set (#113) (5189374)
  • typo where archived should be achieved (#125) (5373ea8)
  • typo: fixed panicked typo (#423) (9b5774a)
  • typos in docs and code (#303) (45ddb60)
  • update error message to fix grammar (#345) (5a4c990)

Dependencies

  • bump golang.org/x/net from 0.3.0 to 0.7.0 (#325) (9d0ea43)
  • update github.com/eiannone/keyboard digest to 0d22619 (f38b2f5)
  • update github.com/gfleury/go-bitbucket-v1 commit hash to dff2223 (f570ee5)
  • update github.com/gfleury/go-bitbucket-v1 digest to 6e30c57 (#382) (c201f42)
  • update github.com/gfleury/go-bitbucket-v1 digest to 711d7d5 (0ecf9ee)
  • update github.com/gfleury/go-bitbucket-v1 digest to 8d7be58 (1d8a19f)
  • update golang.org/x/exp digest to 02704c9 (f7e273e)
  • update golang.org/x/exp digest to 6522937 (cab859f)
  • update golang.org/x/oauth2 commit hash to 08078c5 (8b94c50)
  • update golang.org/x/oauth2 commit hash to 0b49973 (ee02a57)
  • update golang.org/x/oauth2 commit hash to 22b0ada (#92) (335eee3)
  • update golang.org/x/oauth2 commit hash to 2bc19b1 (858441a)
  • update golang.org/x/oauth2 commit hash to 81ed05c (#107) (b529c3f)
  • update golang.org/x/oauth2 commit hash to 9317641 (242cdd0)
  • update golang.org/x/oauth2 commit hash to a41e5a7 (234ce36)
  • update golang.org/x/oauth2 commit hash to d3ed898 (feea168)
  • update golang.org/x/oauth2 commit hash to f6687ab (cab768a)
  • update golang.org/x/oauth2 commit hash to f9ce19e (#66) (64d9095)
  • update golang.org/x/oauth2 digest to 128564f (63eab95)
  • update golang.org/x/oauth2 digest to 2104d58 (c4605e2)
  • update golang.org/x/oauth2 digest to f213421 (dfd1837)
  • update module code.gitea.io/sdk/gitea to v0.15.0 (1b0ac09)
  • update module code.gitea.io/sdk/gitea to v0.15.1 (c8b4ab8)
  • update module code.gitea.io/sdk/gitea to v0.16.0 (ff04448)
  • update module code.gitea.io/sdk/gitea to v0.17.0 (3949d2f)
  • update module github.com/go-git/go-git/v5 to v5.10.0 (077d637)
  • update module github.com/go-git/go-git/v5 to v5.10.1 (40f62a1)
  • update module github.com/go-git/go-git/v5 to v5.11.0 [security] (5fef1cc)
  • update module github.com/go-git/go-git/v5 to v5.3.0 (905dbdb)
  • update module github.com/go-git/go-git/v5 to v5.4.1 (fe45f2e)
  • update module github.com/go-git/go-git/v5 to v5.4.2 (016f54d)
  • update module github.com/go-git/go-git/v5 to v5.5.1 (#312) (7c9136c)
  • update module github.com/go-git/go-git/v5 to v5.5.2 (83032fb)
  • update module github.com/go-git/go-git/v5 to v5.6.1 (1fddf2e)
  • update module github.com/go-git/go-git/v5 to v5.7.0 (d407eb9)
  • update module github.com/go-git/go-git/v5 to v5.8.1 (8de2001)
  • update module github.com/go-git/go-git/v5 to v5.9.0 (a954c7c)
  • update module github.com/google/go-github/v32 to v33 (#82) (1c48de3)
  • update module github.com/google/go-github/v33 to v34 (#93) (03d3278)
  • update module github.com/google/go-github/v33 to v35 (#110) (b6c8667)
  • update module github.com/google/go-github/v35 to v36 (#162) (893d9ea)
  • update module github.com/google/go-github/v36 to v37 (213a1c6)
  • update module github.com/google/go-github/v37 to v38 (#176) (f15aaad)
  • update module github.com/google/go-github/v38 to v39 (#191) (5088532)
  • update module github.com/google/go-github/v39 to v39.2.0 (45f20a0)
  • update module github.com/google/go-github/v47 to v48 (#311) (c3ffe09)
  • update module github.com/google/go-github/v48 to v50 (#319) (6f1fe90)
  • update module github.com/google/go-github/v50 to v50.1.0 (366f201)
  • update module github.com/google/go-github/v50 to v50.2.0 (#359) (481c5da)
  • update module github.com/google/go-github/v50 to v53 (#362) (ff85919)
  • update module github.com/google/go-github/v53 to v55 (#390) (d92cb29)
  • update module github.com/google/go-github/v55 to v56 (#412) (946afac)
  • update module github.com/google/go-github/v56 to v57 (#445) (28a3279)
  • update module github.com/mitchellh/mapstructure to v1.4.3 (ea97fa2)
  • update module github.com/mitchellh/mapstructure to v1.5.0 (152c3b1)
  • update module github.com/sergi/go-diff to v1.2.0 (#116) (0273abe)
  • update module github.com/sirupsen/logrus to v1.8.0 (8c132b4)
  • update module github.com/sirupsen/logrus to v1.8.1 (31dad70)
  • update module github.com/sirupsen/logrus to v1.9.0 (1c8201a)
  • update module github.com/sirupsen/logrus to v1.9.3 (3f0d4c7)
  • update module github.com/spf13/cobra to v1.3.0 (afbe211)
  • update module github.com/spf13/cobra to v1.4.0 (d378aa0)
  • update module github.com/spf13/cobra to v1.5.0 (eb15db4)
  • update module github.com/spf13/cobra to v1.6.1 (cfc2861)
  • update module github.com/spf13/cobra to v1.7.0 (#360) (212a9b6)
  • update module github.com/spf13/cobra to v1.8.0 (f976ac2)
  • update module github.com/spf13/viper to v1.10.1 (6052e73)
  • update module github.com/spf13/viper to v1.11.0 (a8e01ef)
  • update module github.com/spf13/viper to v1.12.0 (ffdf7ae)
  • update module github.com/spf13/viper to v1.13.0 (099a9c9)
  • update module github.com/spf13/viper to v1.14.0 (294eced)
  • update module github.com/spf13/viper to v1.16.0 (#364) (af41308)
  • update module github.com/spf13/viper to v1.17.0 (cfe3409)
  • update module github.com/spf13/viper to v1.18.2 (29a205e)
  • update module github.com/spf13/viper to v1.9.0 (becff1f)
  • update module github.com/stretchr/testify to v1.7.1 (7506930)
  • update module github.com/stretchr/testify to v1.8.0 (81a757c)
  • update module github.com/stretchr/testify to v1.8.1 (e5158dc)
  • update module github.com/stretchr/testify to v1.8.2 (4f3ce98)
  • update module github.com/stretchr/testify to v1.8.4 (#361) (2686055)
  • update module github.com/xanzy/go-gitlab to v0.45.0 (9e1bc9a)
  • update module github.com/xanzy/go-gitlab to v0.46.0 (f0a3503)
  • update module github.com/xanzy/go-gitlab to v0.47.0 (92a18a3)
  • update module github.com/xanzy/go-gitlab to v0.49.0 (#109) (597d8b4)
  • update module github.com/xanzy/go-gitlab to v0.50.1 (cac5518)
  • update module github.com/xanzy/go-gitlab to v0.51.1 (78fb3dc)
  • update module github.com/xanzy/go-gitlab to v0.52.2 (c88f791)
  • update module github.com/xanzy/go-gitlab to v0.55.1 (ea0eacc)
  • update module github.com/xanzy/go-gitlab to v0.68.0 (78ca7f3)
  • update module github.com/xanzy/go-gitlab to v0.68.2 (dab0985)
  • update module github.com/xanzy/go-gitlab to v0.73.1 (badc233)
  • update module github.com/xanzy/go-gitlab to v0.76.0 (0ce73dc)
  • update module github.com/xanzy/go-gitlab to v0.77.0 (5e39817)
  • update module github.com/xanzy/go-gitlab to v0.86.0 (#365) (79b9a0e)
  • update module github.com/xanzy/go-gitlab to v0.88.0 (c0f0bb4)
  • update module github.com/xanzy/go-gitlab to v0.90.0 (fd66cd2)
  • update module github.com/xanzy/go-gitlab to v0.92.1 (19c2925)
  • update module github.com/xanzy/go-gitlab to v0.92.3 (3e6cd75)
  • update module github.com/xanzy/go-gitlab to v0.93.2 (76fd29b)
  • update module github.com/xanzy/go-gitlab to v0.94.0 (38666d9)
  • update module github.com/xanzy/go-gitlab to v0.95.2 (#446) (61f0110)
  • update module go to 1.19 (2fdbcde)
  • update module go-github to v47 (#286) (68fb1e2)
  • update module golang.org/x/oauth2 to v0.10.0 (a82fc38)
  • update module golang.org/x/oauth2 to v0.11.0 (7820c22)
  • update module golang.org/x/oauth2 to v0.12.0 (b9c258a)
  • update module golang.org/x/oauth2 to v0.13.0 (3b3e9c0)
  • update module golang.org/x/oauth2 to v0.15.0 (3874ccb)
  • update module golang.org/x/oauth2 to v0.3.0 (4ae8184)
  • update module golang.org/x/oauth2 to v0.5.0 (#327) (fefceee)
  • update module golang.org/x/oauth2 to v0.9.0 (#363) (58030bd)
  • update module spf13/cobra to v1.1.3 (7a32bb6)
  • update module stretchr/testify to v1.7.0 (0a06a24)
  • update module xanzy/go-gitlab to v0.40.2 (ce33ff5)
  • update module xanzy/go-gitlab to v0.41.0 (f713ee2)
  • update module xanzy/go-gitlab to v0.42.0 (fd8e373)
  • update module xanzy/go-gitlab to v0.43.0 (1a44511)
  • update module xanzy/go-gitlab to v0.44.0 (53f834b)

Miscellaneous


This PR was generated with Release Please. See documentation.

@lindell lindell closed this Jan 6, 2024
@lindell lindell deleted the release-please--branches--master--components--multi-gitter branch January 6, 2024 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant