You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-11Lines changed: 9 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,13 @@
1
-
# Package to create releases and changelogs in laravel
1
+
# Package to create releases and changelogs in Laravel
2
2
3
3
[](https://packagist.org/packages/lightszentip/laravel-release-changelog-generator)
This package add a changelog management over command line and a version release management. So you can add new changelog
9
-
items and if you release, the changelog ist update with new version and the version file also. So it is easy to manage a
10
-
customer changelog.
8
+
This package adds changelog management over the command line and version release management. You can add new changelog items, and if you release, the changelog is updated with the new version and the version file. Thus, it is easy to manage a customer changelog.
11
9
12
-
The changelog is a json file that can easy integrate into a controller to present to end customer.
10
+
The changelog is a JSON file that can easily be integrated into a controller to present to the end customer.
13
11
14
12
See [ROADMAP](ROADMAP.md) for new functions.
15
13
@@ -26,7 +24,7 @@ See [ROADMAP](ROADMAP.md) for new functions.
0 commit comments