This repository has been archived by the owner on Jun 14, 2019. It is now read-only.
Releases: dbaltas/ergo
Releases · dbaltas/ergo
October 10 2018
Added
- version bump
- Merge pull request #17 from kpelelis/jira-integration
Added integration with Jira rest API. The use case is to update fix
versions once a draft release is initiated. Everything is fully
configurable.- Update README
- Add tests
October 10 2018
Added
- [github] Command pr, show by number, add reviewers (#14)
- Command pr displays details for a github Pull Request when called with a numeric argument
- Command pr creates a Pull Request when called with no positional arguments
- version bump 0.2.3
- Display reviewers on show
- bugfix, deploy release branches, not status branches
- Merge pull request #15 from dbaltas/intro-dep
Introduced dep and vendor - code review remarks
commands return error - code review remarks
- command prs, list open prs on github
readme updates and visuals
get rid of release repo config
by default all repos may interact with github - command deploy, allow forcePush
refactoring - command pr, create github pr with custom title,description
0.2.2
0.2.1
Added
- version 0.2.1
- repo struct
- github client struct
- Add missing err check in CompareBranch (#4)
- Add missing err check in CompareBranch
- Prevent shadowing of repoForRelease global
- Use time.Until instead of t.Sub(time.Now())
- Add doc comments to LastRelease and EditRelease
- Merge var declaration with assignment on next line
- readme updates v0.2.0
- switch to cobra commands
- commands functional
- go run cobra.go, transitional step