Skip to content

Releases: grosv/laravel-git-workflow

Laravel 8+

07 Sep 13:48
dae4566
Compare
Choose a tag to compare
Allow for Laravel 8+

Changed dependency to >= so that I don't have to revisit on every Laravel upgrade since I only use the servcie provider.

Crispy Cucumber

25 Jul 17:24
Compare
Choose a tag to compare

This release cleans up all the old stuff and makes the default branch configurable in .env. It's main by default.

Patch

07 Jun 04:34
Compare
Choose a tag to compare

Just remove special characters from branch names derived from issues.

Patch

06 Jun 22:55
Compare
Choose a tag to compare

Removed second add / commit from the update command that was a leftover from the composer.json rewrite era.

Abandon automatic rewriting of composer.json

26 May 19:55
Compare
Choose a tag to compare

I've found this to be too difficult to manage. I've left the command to swap the repositories and the configuration infrastructure in place, but I've removed the call to that command from the update command. I'm using dev.json for local and composer.json for the actual project instead and will write up an article about how I've fit that into my workflow when I've perfected the aliases, etc.

Toggle version number with dev-master

16 May 21:00
Compare
Choose a tag to compare

When using a symlink for a package we'll require or require-dev 'dev-master', otherwise we'll use the version defined in the config.

Patch

16 May 19:57
Compare
Choose a tag to compare

Fixed a hard-coded value that was forcing all newly added packages to be set to path type repositories.

Add composer repository workflow

15 May 22:55
Compare
Choose a tag to compare

This release allows you to define package repositories so that you can automatically work with the local copy of a package while on local but then use a git repo or the default packagist repo when committing.

Patch

01 Apr 20:42
c52870d
Compare
Choose a tag to compare
  • Attempt to get the draft pr titles to work as expected
  • Fix a bug in the close issue option when committing

Patch

29 Mar 19:43
62119a7
Compare
Choose a tag to compare

Fixes a bug that prevents the closing of issues because of the splitting of the commit message at the spaces.