Skip to content

Commit

Permalink
Release with new --skeleton flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen-G committed Mar 22, 2020
1 parent 010db5a commit b279789
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Expand Up @@ -4,6 +4,9 @@ All Notable changes to Packager will be documented in this file.

## Version 2.5

### Added
- A `--skeleton` flag for the `packager:new` command (#105).

### Updated
- Support for Laravel 7 and PHPUnit 9.

Expand Down
5 changes: 2 additions & 3 deletions readme.md
Expand Up @@ -56,9 +56,8 @@ The package will be created interactively, allowing to configure everything in t

**Remarks:**
The new package will be based on [this custom skeleton](https://github.com/jeroen-g/packager-skeleton). If you want to use a different package skeleton, you can either:
- (A) publish the configuration file using ```php artisan vendor:publish --provider="JeroenG\Packager\PackagerServiceProvider"``` and change the default skeleton that will be used by all ```php artisan packager:new``` calls;
- (B) attach a ```--skeleton="http://github.com/path/to/arhive/master.zip"``` to your call, to forcefully use the given skeleton for this one call, instead of the one in the config file;

- (A) publish the configuration file and change the default skeleton that will be used by all `packager:new` calls.
- (B) use the flag `--skeleton="http://github.com/path/to/archive/master.zip"` with your own skeleton to use the given skeleton for this one run instead of the one in the configuration.

### Get & Git
**Command:**
Expand Down

0 comments on commit b279789

Please sign in to comment.