Skip to content

Releases: Andriiklymiuk/corgi

v1.7.6

12 Nov 19:12
Compare
Choose a tag to compare

Changelog

v1.7.5

03 Sep 07:08
Compare
Choose a tag to compare

Changelog

v1.7.4

02 Sep 14:05
Compare
Choose a tag to compare

Changelog

v1.7.3

02 Sep 13:48
Compare
Choose a tag to compare

Changelog

v1.7.2

02 Sep 13:40
Compare
Choose a tag to compare

Changelog

v1.7.1

31 Aug 17:25
Compare
Choose a tag to compare

Changelog

  • e9a8efb Fixed automatic message in env

v1.7.0

31 Aug 07:42
Compare
Choose a tag to compare

Changelog

BREAKING CHANGES:

  1. removed test section for service

You might migrate yours from test to scripts instead

 test:
    - name: unit
      command:
        - npm run test

instead you might use

 scripts:
    - name: unit
      commands:
        - npm run test
  1. removed corgi test

You might migrate yours from corgi test to corgi scripts instead, e.g.:

before

corgi test --env unit,staging

after

corgi scripts --name unit,staging

v1.6.11

23 Jul 14:07
Compare
Choose a tag to compare

Changelog

  • b73b8f5 Finally fix weird password issue for mysql

v1.6.10

23 Jul 13:53
Compare
Choose a tag to compare

Changelog

  • 1c4bd25 Fixed support for weird mysql passwords

v1.6.9

23 Jul 13:45
Compare
Choose a tag to compare

Changelog

  • 09c7cce Revert changes to mysqldump