Skip to content

Latest commit

 

History

History
281 lines (126 loc) · 10.8 KB

CHANGELOG.md

File metadata and controls

281 lines (126 loc) · 10.8 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.9.2 (2018-03-27)

Bug Fixes

  • GitUtil: relace ignore ~ when creating branch name (#69) (531e6a7)

1.9.1 (2018-01-04)

Bug Fixes

  • issue: replace & when sanitizing the summary (#68) (2708f89)

1.9.0 (2017-12-29)

Features

  • start: add option to create an issue (#67) (c1952b7)

1.8.3 (2017-12-22)

Bug Fixes

  • release: check that a release name is passed (#66) (cab5cc6)

1.8.2 (2017-10-26)

Bug Fixes

  • loosen the node required version (#61) (6e50a21)

1.8.1 (2017-10-26)

Bug Fixes

  • release: use notes title for jira release desc (#59) (494fc8f)

1.8.0 (2017-10-20)

Bug Fixes

  • createBranchName: del < and > from sanitized summary (#55) (45c6422)
  • readme: fix typo in sample .fotingo file and fix yarn install cmd(#54) (d1056b9)

Features

1.7.1 (2017-07-25)

Bug Fixes

  • git: extract information from branch name according to branch template (#51) (a0f0fc3)

1.7.0 (2017-06-15)

Bug Fixes

  • engines: accept newer versions of yarn (#39) (9536691), closes #37
  • git: handle push errors (#45) (b0f27c4), closes #40
  • jira: show error when login fails in second attempt (#44) (eb2be89), closes #42

Features

  • start: allow user to define branch name templates (#47) (b5af3dc), closes #43 #38

1.6.1 (2017-04-13)

Bug Fixes

  • config: defaul to file if no in memory value (2e7c4e0)
  • review: update git base branch too with -b (d31cf64)

1.6.0 (2017-04-08)

Features

1.5.0 (2017-03-18)

Features

1.4.3 (2017-03-17)

Bug Fixes

  • git: show an error when there is no key in the agent (#30) (d275199), closes #8
  • Github: show error message when PR already exists (#26) (eeecd18), closes #25
  • Jira: infer in review state correctly (#31) (da1fbcf), closes #29
  • Review: show error message when no issue in branch (#27) (b5fee66), closes #16

1.4.2 (2017-03-16)

Bug Fixes

  • script: make lib/fotingo.js executable (97b20b4)

1.4.1 (2017-03-16)

Bug Fixes

  • build: build it correctly (add0014)

1.4.0 (2017-03-16)

Features

  • Jira: improve issue transition setup (#24) (c214884), closes #11

1.3.2 (2017-03-16)

Bug Fixes

  • git: parse issues correctly (#22) (ca571fb), closes #15
  • git: read remote and branch from config when getting history (#21) (6b062eb)
  • Github: do not add links to issues if mode is simple (#23) (411a2bd), closes #14

1.3.1 (2017-03-03)

Bug Fixes

  • ui: show issues and branch names in ui (#13) (67c40a9), closes #12

1.3.0 (2017-03-02)

Features

  • config: allow to have local config files (#9) (4d436dd)
  • review: allow to add labels to PRs (#10) (5d4d487)

1.2.0 (2017-02-24)

Bug Fixes

  • config: only create config file when there is none (57de6b2)
  • errors: do not show ugly end message for unknown errors (339ebb1)
  • git: handle duplicate branch errors (b22da57)
  • jira: fix typo in IN_REVIEW status value (83d70af)

Features

  • git: push and track branch to remote (7ac254b)
  • jira: improve setup UI for transition ids (69576a0)

1.1.1 (2017-02-18)

Bug Fixes

  • github: handle empty commit bodies (5626d0e)
  • jira: do not skip root question (3bbb764)
  • review: show correct total number of steps (894556b)
  • review: wait for all promises to print footer (c820678)

1.1.0 (2017-02-16)

Bug Fixes

  • github: correctly read branch name when creating PR title (cb6a279)

Features

  • git: use conventional changelog parser to get commit info (9d02d71)
  • review: show PR url at the end of the process (2dd868d)

1.0.4 (2017-02-13)

Bug Fixes

  • review: pass IN_REVIEW status when updating issue (bdd9021)

1.0.3 (2017-02-13)

Bug Fixes

  • git: create correct branch names for stories (9973c4d)
  • review: pass correct issue status name (b899eb3)