laravel-changelog icon indicating copy to clipboard operation
laravel-changelog copied to clipboard

A Laravel package that prevents merge conflicts on your changelog file.

Results 8 laravel-changelog issues
Sort by recently updated
recently updated
newest added

We are getting at a point where it gets harder and harder to maintain the package **and** keeping it in line with the latest standards in Laravel. Therefor, I'm starting...

2.x

The pattern of "Keep A Change Log" uses a date after the release version (`## [1.0.0] - 2017-06-20`). Would be nice to follow that standard. You can see the standard...

enhancement
2.x

Add the ability of list allowed changes types Sometimes we can by mistake pass a wrong type, and it will bugs our changelog. Since we're not committing them and generating...

enhancement
1.x

This package was originally built for an older version of Laravel, in which the commands didn't have to return anything. While upgrading this changed to a default behavior of returning...

enhancement

When trying to parse an invalid xml file, the command throws an exception. This should be improved. The exception should be catched. And a warning should be send to the...

enhancement
1.x

So there are a number of issues I hit when just trying to test this, so constructively I figured I would lay them out here. 1. When initially trying to...

needs-info

Right now we have to manually set the new version number. This is something that is not always on the top of mind and has to be searched. Instead I...

enhancement
2.x

Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @​salmanmkc in actions/checkout#2248 Persist...

dependencies
github_actions