Skip to content

Commit be3036a

Browse files
committed
Add changelog:current command to documentation files
References #8
1 parent dbb009e commit be3036a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
## Added
66
- Make sure the unreleased folder stays in the filesystem for better diff comparisons ([#4](https://github.com/markwalet/laravel-changelog/issues/4))
77
- Add a `changelog:install` artisan command.
8+
- Add a `changelog:current` artisan command.
89

910
## [v1.6.1 (2022-03-27)](https://github.com/markwalet/laravel-changelog/compare/v1.6.0...v1.6.1)
1011

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@ After installation, verify and change the config for your specific needs and run
2828

2929
## Usage
3030

31-
The main functionality of this package consists of 5 commands:
31+
The main functionality of this package consists of 6 commands:
3232

3333
- `php artisan changelog:add {--type=} {--message=}` (Add a change to the current feature entry)
3434
- `php artisan changelog:list` (Show a list of changes for all versions)
3535
- `php artisan changelog:unreleased` (Show a list of unreleased changes)
36+
- `php artisan changelog:current` (Show a list of unreleased changes for your current branch)
3637
- `php artisan changelog:release` (Move all unreleased changes to a new version)
3738
- `php artisan changelog:generate {--dry-run} {--path=}` (Generate a markdown file based on your changes. The path option can be empty)
3839

@@ -43,4 +44,4 @@ The default configuration is defined in `changelog.php`. If you want to edit thi
4344
php artisan vendor:publish --provider="MarkWalet\Changelog\ChangelogServiceProvider"
4445
```
4546

46-
When you publish these vendor assets, you can also edit the default template that is used when generating the changelog. The template file can be found in `resources/views/vendor/changelog/changelog.blade.php`.
47+
When you publish these vendor assets, you can also edit the default template that is used when generating the changelog markdown file. The template file can be found in `resources/views/vendor/changelog/changelog.blade.php`.

0 commit comments

Comments
 (0)