-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maintaining Releases #29
Comments
I also think this is a great idea. |
I..uh..don't actually know how to do that. I'm googling now. |
@slampenny Look into git flow and Sourcetree if you want to do it right :) Then just create a release and the tag to GitHub. Packagist should take care of it automatically if I remember correctly. |
|
I looked at laravel-debugbar... Barry uses different branches for version control, which is what I did here. I'll look at the other suggestions you guys made asap. |
The easiest way to do it and for packagist to pick up versions is to tag the commits with the right version, just like @chriscannon suggests. And yes, git flow is the way to go to handle releases. Check this out for some reading: |
Maybe a thought to create fixed releases? Using
dev-master
incomposer.json
is highly discouraged, and our project guidelines don't actually allow it :3The text was updated successfully, but these errors were encountered: