Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 2.42 KB

CHANGELOG.md

File metadata and controls

48 lines (33 loc) · 2.42 KB

4.0.0 (2023-08-07)

Features

  • feat: 90 add support to read project PR template (53a43f4)
  • feat: add mnk-config.json to project (55d9b13)
  • feat: add support to use flow package (cb44a26)
  • feat: add support to download package (8e91b49)
  • feat: 90 create support to custom flow (1794664)
  • branch: 84 add sync branch (50b3ebe)

Bug Fixes

  • publish: 83 skip commit flag (81d5fe5)

[3.1.0] - 2023-04-30

Added

  • #84 Add sync branch

Fixed

  • #83 skip-commit Flag not working for publish command

[3.0.0] - 2023-03-27

Added

  • #55 Remove git flow and implement the TAYO Methodology
  • #56 Show live messages while commit or push is running
  • #57 Add events manager (will be used for plugins)
  • #59 Add Test branch support
  • #66 Add support for the git reset command
  • #67 Add support for clone repository from GitHub

Fixed

  • #69 Check if the user has an internet connection to prevent errors

[3.0.0-beta.2] - 2023-03-25

Fixed

  • 8b17dd1 add validation before checkout to develop

[3.0.0-beta.1] - 2023-03-25

Added

  • f31d1db add events for the reset command

Fixed

  • bdd8794 add grep variation for windows