Skip to content
This repository has been archived by the owner on Jun 14, 2019. It is now read-only.

Releases: dbaltas/ergo

October 10 2018

10 Oct 19:07
Compare
Choose a tag to compare

stable

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

10 Oct 18:56
7f8b16d
Compare
Choose a tag to compare

stable

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

12 May 00:00
Compare
Choose a tag to compare

stable

Added

  • 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.1

11 May 18:36
Compare
Choose a tag to compare

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

April 30 2018

29 Apr 22:08
Compare
Choose a tag to compare

master

Added

  • readme updates v0.2.0
  • switch to cobra commands
  • commands functional
  • go run cobra.go, transitional step

0.1.1

25 Apr 14:23
Compare
Choose a tag to compare

Added

  • custom configuration per repo
  • create/modify release on configured repos only
  • on deploy, update github release
    new command show last release

0.1.0

25 Apr 13:13
Compare
Choose a tag to compare

Added

  • github create draft release
    deploy command
  • repo test suite use ergo-functional-test-repo