c006 / yii2-migration-utility

Automatically writes the create tables for migrations or create tables in general. Uses MySQL
MIT License
64 stars 35 forks source link

Stable Release #10

Closed fedemotta closed 9 years ago

fedemotta commented 9 years ago

Hi, Thank you for this extension!

Are you planning to release a stable version soon?

c006 commented 9 years ago

Hi Federico.

I keep all my plugins in dev mode. For me dev-master is the most up to date. I create versions after major changes so any can use those if they like.

Let me know if you find any bugs.

Thank you, Jon

On Mon, Sep 14, 2015 at 8:16 PM, Federico Nicolás Motta < notifications@github.com> wrote:

Hi, Thank you for this extension!

Are you planning to release a stable version soon?

— Reply to this email directly or view it on GitHub https://github.com/c006/yii2-migration-utility/issues/10.

fedemotta commented 9 years ago

Hi Jon, You should use releases. Read this github post.

It recommends to use semantic versioning which already have specified a tag for plugins in dev mode (like 1.0.0-alpha, 1.0.0-alpha.1, 1.0.0-beta, 1.0.0-beta.1, 1.0.0-rc, 1.0.0-rc.1). When your app is stable you can create a 1.0.0 release.

I can't use any project without a specific version. I have many different dependencies (all with a specific version). I think this is the best practice to avoid unwanted problems, like breaking the app after a composer update.

Cheers

c006 commented 9 years ago

Thank you for this, I will work on converting over.

Jon

On Thu, Sep 17, 2015 at 8:17 PM, Federico Nicolás Motta < notifications@github.com> wrote:

Hi Jon, You should use releases. Read this github post https://github.com/blog/1547-release-your-software.

It recommends to use semantic versioning http://semver.org/ which already have specified a tag for plugins in dev mode (like 1.0.0-alpha, 1.0.0-alpha.1, 1.0.0-beta, 1.0.0-beta.1, 1.0.0-rc, 1.0.0-rc.1). When your app is stable you can create a 1.0.0 release.

I can't use any project without a specific version. I have many different dependencies (all with a specific version). I think this is the best practice to avoid unwanted problems, like breaking the app after a composer update.

Cheers

— Reply to this email directly or view it on GitHub https://github.com/c006/yii2-migration-utility/issues/10#issuecomment-141332556 .

fedemotta commented 9 years ago

Thank you for the release! Very helpful extension!

c006 commented 9 years ago

Great, thank you!

On Sun, Sep 20, 2015 at 3:51 PM, Federico Nicolás Motta < notifications@github.com> wrote:

Thank you for the release! Very helpful extension!

— Reply to this email directly or view it on GitHub https://github.com/c006/yii2-migration-utility/issues/10#issuecomment-141842637 .