orlyapps/laravel-github-changelog

Generates a changelog based on github commits

1.1.3 2022-02-24 08:50 UTC

This package is auto-updated.

Last update: 2024-04-11 10:33:54 UTC


README

Latest Version on Packagist Total Downloads

Installation

You can install the package via composer:

composer require orlyapps/laravel-github-changelog
php artisan vendor:publish --provider="Orlyapps\LaravelGithubChangelog\LaravelGithubChangelogServiceProvider" --tag="config"

Update Config

return [
    'github' => [
        'user' => '', // Github User
        'repo' => '', // Repository Name
        'token' => '', // Github Personal Access Token: https://github.com/settings/tokens
        'since' => '2020-10-13'
    ],
];    

Usage

https:///yourproject.com/changelog

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email info@orlyapps.de instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.