Releases: Cian911/gomerge
3.4.0
Changelog
Other things
- 6aa22b7: Attempt to add a review before merging (@jvansanten)
- 58acf70: Build(deps): Bump github.com/stretchr/testify from 1.8.1 to 1.9.0 (@dependabot[bot])
- 5e75d57: Do not set commit message on merge (@jvansanten)
- 54ada45: Get status from commit status rollup (@jvansanten)
- 32c0923: Move sync delay between merges (@jvansanten)
- e95cc0f: Optionally filter PRs by label (@jvansanten)
- cc5a2cc: Reimplement in terms of github v4 API (@jvansanten)
- cd5fce3: Remove last vestiges of v3 client (@jvansanten)
- 4fe3141: Update FUNDING.yml (@Cian911)
- 609fc91: Update FUNDING.yml (@Cian911)
- e83ab64: chore: add foreground color diff between ci state. fix formatting + other fixes (@Cian911)
- 89a35b3: chore: update goreleaser yaml to version 2. update docs for v3.4.0 (@Cian911)
- 9efdb89: chore: upgrade go version to 1.23. fix release workflow (@Cian911)
3.3.0
Changelog
Other things
- 60b3ee9: Build(deps): Bump golang.org/x/oauth2 from 0.7.0 to 0.9.0 (@dependabot[bot])
- 2f1e1d4: Build(deps): Bump golang.org/x/oauth2 from 0.9.0 to 0.12.0 (@dependabot[bot])
- ef97818: Update README.md (@Cian911)
- 182c00f: bug: fix wrong error message being displayed when approving a PR. (@Cian911)
- 792dede: ci: remove install step for gotests and just use normal go (@Cian911)
- fc0d703: feat: add support for custom commit messages (@Cian911)
3.2.1
3.2.0-rc
Changelog
New Features
Other things
- 1f21966: Add Go linter (@CutestNekoAqua)
- d7d10e5: Build(deps): Bump github.com/AlecAivazis/survey/v2 from 2.3.5 to 2.3.6 (@dependabot[bot])
- bbc7ff1: Build(deps): Bump github.com/spf13/cobra from 1.5.0 to 1.6.1 (@dependabot[bot])
- 3604c3b: Build(deps): Bump github.com/spf13/viper from 1.12.0 to 1.14.0 (@dependabot[bot])
- 9fd6471: Change linter workflow (@CutestNekoAqua)
- f3ee19b: DOCS: Update docs for 3.1.0 release. (@Cian911)
3.2.0
Changelog
New Features
Other things
- 1f21966: Add Go linter (@CutestNekoAqua)
- d7d10e5: Build(deps): Bump github.com/AlecAivazis/survey/v2 from 2.3.5 to 2.3.6 (@dependabot[bot])
- bbc7ff1: Build(deps): Bump github.com/spf13/cobra from 1.5.0 to 1.6.1 (@dependabot[bot])
- 3604c3b: Build(deps): Bump github.com/spf13/viper from 1.12.0 to 1.14.0 (@dependabot[bot])
- 9fd6471: Change linter workflow (@CutestNekoAqua)
- f3ee19b: DOCS: Update docs for 3.1.0 release. (@Cian911)
3.1.0
Changelog
- bd38cf7 BUG: Fix bug in close operation caused by invalid reference pointer after an error occured. Add delay operation between merge requests.
- 8c1f510 Bump github.com/stretchr/testify from 1.7.0 to 1.8.0
- 0a3bcbc DOCS: Update readme
- 0cd4f60 DOCS: Update release version and add --close feat description.
- d7cda86 FEAT: Test support for github enterprise users (wip).
- f421816 Merge pull request #45 from Cian911/dependabot/go_modules/github.com/stretchr/testify-1.8.0
- 13800d6 Merge pull request #47 from Cian911/issue-41/close-unmergeable-prs
- 3dd5031 Merge pull request #48 from Cian911/issue-41/close-unmergeable-prs
- 4330275 Merge pull request #53 from Cian911/issues-49/gh-enterprise-support
- c68e6e0 Merge pull request #57 from Cian911/issues-56/seg-fault
- b07307a REFACTOR: Add return after error in merge method.
3.0.0
2.2.1
Changelog
- a7d50b6 Bump github.com/AlecAivazis/survey/v2 from 2.2.12 to 2.3.2
- 2f0db6e Bump github.com/spf13/cobra from 1.1.3 to 1.4.0
- 7375993 Bump github.com/spf13/viper from 1.7.1 to 1.10.1
- d7ebe89 Create MIT-LICENSE
- 70d058d Create codeql-analysis.yml
- eadb29b Create dependabot.yml
- fc51e0d DOCUMENTATION: Add paragraph about new token functionality.
- 06d86b8 DOUCMENTATION: Update to nmew release version
- 5bb84a7 Merge pull request #27 from RhinosF1/patch-1
- 7231523 Merge pull request #28 from RhinosF1/patch-2
- a52da5e Merge pull request #30 from Cian911/dependabot/go_modules/github.com/spf13/viper-1.10.1
- 5bab76d Merge pull request #31 from Cian911/dependabot/go_modules/github.com/AlecAivazis/survey/v2-2.3.2
- a3249ba Merge pull request #32 from Cian911/dependabot/go_modules/github.com/spf13/cobra-1.4.0
- 100237d Update release.yml
- a6a63a7 ci: Revert dep install
- 3ebc63b ci: Test Go 1.17
- da83133 ci: Test setting PATH
- 6e7bed4 ci: Update dep install
- 02283a4 ci: Update setup-go action to v3
- c43ac65 ci: Update to
- 40e09d5 ci: Use
go install
overgo get
given Go 1.18 - 92d2e25 ci: switch to go 1.18
2.2.0
Changelog
d5b51b2 Merge pull request #18 from hiroebe/use-camel-case
66d4927 Merge pull request #19 from caioeverest/issue-14/add-set-considering-config-file
56029d4 Use camel case instead of snake case for variables
349b997 add environment variable check
fc6df32 add error to avoid program to continue if no token is defined
dc2903e create a separated function to decide which token reference will be used
d218f4c move token attribution to be performed after the configuration be loaded
2.1.1
Changelog
33aae96 DOCUMENTATION: Update readme for 2.1.0 release.
d612531 DOCUMENTATION: Update readme with latest version info. Add additional repo to config sample fopr brevity.
721b8a8 Merge pull request #16 from hiroebe/remove-unreachable-code
c967de4 Merge pull request #17 from hiroebe/simplify-filepath-operation
86be6b8 Remove unreachable code
73afcdf Simplify filepath operation