v0.9.2 - 2024-03-02
- fix(deps): update module github.com/stretchr/testify to v1.9.0 by @renovate in #112
v0.9.1 - 2024-02-24
- fix(deps): update module github.com/spf13/cobra to v1.8.0 by @renovate in #107
- chore(deps): update codecov/codecov-action action to v4 by @renovate in #111
- chore(deps): update actions/cache action to v4 by @renovate in #110
- chore(deps): update actions/setup-go action to v5 by @renovate in #109
v0.9.0 - 2023-10-09
- Support to upload asset files by @johnmanjiro13 in #105
v0.8.2 - 2023-10-09
- chore(deps): update actions/checkout action to v4 by @renovate in #100
- chore(deps): update goreleaser/goreleaser-action action to v5 by @renovate in #101
- refactor: Use
Var
function for flags which don't have shorthand by @johnmanjiro13 in #104
v0.8.1 - 2023-06-16
- fix(deps): update module github.com/alecaivazis/survey/v2 to v2.3.7 by @renovate in #98
v0.8.0 - 2023-06-12
- feat: Bump go version to 1.20 by @johnmanjiro13 in #90
- fix: Use new error message by @johnmanjiro13 in #93
- fix(deps): update module github.com/stretchr/testify to v1.8.3 by @renovate in #95
- fix(deps): update module github.com/stretchr/testify to v1.8.4 by @renovate in #96
- feat: Use survey for prompt module by @johnmanjiro13 in #94
v0.7.3 - 2023-04-14
- fix(deps): update module github.com/spf13/cobra to v1.7.0 by @renovate in #87
- fix(deps): update module github.com/masterminds/semver/v3 to v3.2.1 by @renovate in #89
v0.7.2 - 2023-04-05
- fix(deps): update module github.com/cli/go-gh to v1.2.0 by @renovate in #79
- fix(deps): update module github.com/stretchr/testify to v1.8.2 by @renovate in #81
- fix(deps): update module github.com/cli/go-gh to v1.2.1 by @renovate in #82
- feat: Use safeexec instead of go-gh by @johnmanjiro13 in #85
- chore(deps): update actions/setup-go action to v4 by @renovate in #84
- chore: Set go version of the ci with go.mod by @johnmanjiro13 in #86
v0.7.1 - 2023-02-11
- chore(deps): update goreleaser/goreleaser-action action to v4 by @renovate in #76
- fix(deps): update module github.com/cli/go-gh to v1.1.0 by @renovate in #78
v0.7.0 - 2022-12-10
- chore: Disable dependabot by @johnmanjiro13 in #66
- Configure Renovate by @renovate in #68
- chore: Setup renovate by @johnmanjiro13 in #72
- chore(deps): update codecov/codecov-action action to v3 by @renovate in #70
- remove: CODEOWNERS by @johnmanjiro13 in #74
- fix(deps): update module github.com/cli/go-gh to v1 by @renovate in #73
- fix(deps): update module github.com/masterminds/semver/v3 to v3.2.0 by @renovate in #69
- refactor: reviewdog yaml by @johnmanjiro13 in #75
v0.6.6 - 2022-11-13
- build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in #61
- build(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.1 by @dependabot in #63
- build(deps): bump github.com/cli/go-gh from 0.1.1 to 0.1.2 by @dependabot in #60
v0.6.5 - 2022-10-05
- build(deps): bump github.com/cli/go-gh from 0.1.0 to 0.1.1 by @dependabot in #55
- ci: Introduce tagpr by @johnmanjiro13 in #56
- Release with one job by @johnmanjiro13 in #58
v0.6.4 - 2022-09-18
- refactor: Use go generate to generate mock by @johnmanjiro13 in #52
- refactor: Use flat package by @johnmanjiro13 in #53
- fix: goreleaser main path by @johnmanjiro13 in #54
v0.6.3 - 2022-08-27
- Use go-gh instead of safeexec by @johnmanjiro13 in #50
- Introduce staticcheck via reviewdog by @johnmanjiro13 in #51
v0.6.2 - 2022-08-21
- build(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0 by @dependabot in #47
- Bump goreleaser/goreleaser-action from 2 to 3 by @dependabot in #33
- upgrade: Go version 1.19 by @johnmanjiro13 in #48
v0.6.1 - 2022-06-27
- build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2 by @dependabot in #40
- refactor: Define mock package for test by @johnmanjiro13 in #41
- build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.3 by @dependabot in #42
- build(deps): bump github.com/stretchr/testify from 1.7.3 to 1.7.4 by @dependabot in #44
- feat: Define exit status code with iota by @johnmanjiro13 in #46
- build(deps): bump github.com/stretchr/testify from 1.7.4 to 1.7.5 by @dependabot in #45
- build(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0 by @dependabot in #43
v0.6.0 - 2022-06-05
- test: improve test coverage by @johnmanjiro13 in #38
- Support bump-type option by @johnmanjiro13 in #39
v0.5.2 - 2022-06-04
- chore: fix goreleaser names by @johnmanjiro13 in #36
- chore: remove emoji from release name by @johnmanjiro13 in #37
v0.5.1 - 2022-06-04
v0.5.0 - 2022-05-01
- test: fix assertion of generate notes in test by @johnmanjiro13 in #18
- upgrade: Go 1.18 by @johnmanjiro13 in #19
- chore: use release-drafter for create release by @johnmanjiro13 in #21
- fix: run release-drafter workflow after build succeeded by @johnmanjiro13 in #22
- add: dependabot.yml by @johnmanjiro13 in #20
- Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot in #28
- Bump actions/cache from 2 to 3 by @dependabot in #25
- chore: set Maintenance to dependencies by @johnmanjiro13 in #29
- Bump actions/checkout from 2 to 3 by @dependabot in #24
- Bump github.com/spf13/cobra from 1.2.1 to 1.4.0 by @dependabot in #26
- Bump actions/setup-go from 2 to 3 by @dependabot in #23
- Bump github.com/manifoldco/promptui from 0.8.0 to 0.9.0 by @dependabot in #27
- Release v0.5.0 by @johnmanjiro13 in #30
v0.4.0 - 2022-02-28
- add CODEOWNERS by @johnmanjiro13 in #16
- Add support for
--generate-notes
option forgh release create
by @yarlson in #15 - release v0.4.0 by @johnmanjiro13 in #17
v0.3.0 - 2021-12-12
- move codes to some packages by @johnmanjiro13 in #5
- add title option by @johnmanjiro13 in #6
- remove is initial field from bumper by @johnmanjiro13 in #7
- add target option by @johnmanjiro13 in #8
- add a prerelease option by @johnmanjiro13 in #9
- add a draft option by @johnmanjiro13 in #10
- add notes option by @johnmanjiro13 in #11
- add notes file option by @johnmanjiro13 in #12
- add discussion category option by @johnmanjiro13 in #13
- Release v0.3.0 by @johnmanjiro13 in #14
v0.2.1 - 2021-12-08
- upgrade to v0.2.1 by @johnmanjiro13 in #3
v0.2.0 - 2021-12-08
- Support to run in the current repository by @johnmanjiro13 in #2