Skip to content

Releases: Cian911/gomerge

3.4.0

31 Dec 01:52
Compare
Choose a tag to compare

Changelog

Other things

3.3.0

17 Oct 22:08
98c1e92
Compare
Choose a tag to compare

Changelog

Other things

3.2.1

20 Jun 20:51
62a58ad
Compare
Choose a tag to compare

Changelog

Other things

3.2.0-rc

19 Dec 21:19
1170a23
Compare
Choose a tag to compare

Changelog

New Features

  • 9e3faa1: FEAT: Add support for windows binary and update goreleaser. (@Cian911)

Other things

3.2.0

20 Dec 10:57
1170a23
Compare
Choose a tag to compare

Changelog

New Features

  • 9e3faa1: FEAT: Add support for windows binary and update goreleaser. (@Cian911)

Other things

3.1.0

02 Oct 13:45
c68e6e0
Compare
Choose a tag to compare

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

21 Jul 21:52
Compare
Choose a tag to compare

Changelog

  • bbaa362 DEP: Fix dependecies
  • 3e1363d DEP: Update list_test dependency
  • bbc9703 FEAT: Add --close option to bulk close pull requests.
  • 3cecb11 FEAT: Add support to skip un-mergable pull requests.

2.2.1

20 Mar 18:40
a52da5e
Compare
Choose a tag to compare

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 over go get given Go 1.18
  • 92d2e25 ci: switch to go 1.18

2.2.0

16 Oct 11:48
66d4927
Compare
Choose a tag to compare

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

12 Oct 10:56
d612531
Compare
Choose a tag to compare

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