Download the PHP package saeidsharafi/changelog without Composer
On this page you can find all versions of the php package saeidsharafi/changelog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download saeidsharafi/changelog
More information about saeidsharafi/changelog
Files in saeidsharafi/changelog
Package changelog
Short Description a package to show CHANGELOG.md to users
License MIT
Homepage https://github.com/saeidsharafi/changelog
Informations about the package changelog
Very short description of the package
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.
Installation
You can install the package via composer:
Usage
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Changelog File Formats
This package supports changelogs in Markdown, YAML, or JSON formats. The file is auto-detected in this order: changelog.yaml
, changelog.json
, CHANGELOG.md
.
YAML Example
JSON Example
Markdown Example
yaml version: 1.2.0 date: 2025-05-03 title: Release Title changes:
- title: Added new feature X
subtitles:
- Subfeature 1
- Subfeature 2
- title: Fixed bug Y
subtitles:
- Bugfix details notes:
- Release note 1 yaml version: 1.1.0 date: 2025-04-01 title: Previous Release changes:
- title: Improved performance
subtitles:
- Performance details notes:
- Welcome!
Artisan Command: changelog:entry
You can scaffold a new changelog entry using:
Options:
--file
Specify a custom changelog file path (overrides autodetect, e.g.--file=/path/to/changelog.yaml
)--app-version
Version number (e.g. 1.3.0)--date
Release date (YYYY-MM-DD)--silent
Silently create a placeholder entry without prompts
If options are omitted, you will be prompted interactively for version, date, title, changes (with subtitles), and notes.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Saeid Sharafi
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.
All versions of changelog with dependencies
illuminate/support Version ^8.0|^9.0|^10.0|^11.0|^12.0
illuminate/console Version ^9.0|^10.0|^11.0|^12.0
illuminate/filesystem Version ^9.0|^10.0|^11.0|^12.0