PHPackages                             foodkit/automated-release-notes - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [DevOps &amp; Deployment](/categories/devops)
4. /
5. foodkit/automated-release-notes

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

foodkit/automated-release-notes
===============================

A release note generator package for Laravel.

1.0.10(7y ago)63.3k5MITPHPPHP &gt;=5.5.0

Since Jul 23Pushed 7y ago4 watchersCompare

[ Source](https://github.com/foodkit/automated-release-notes)[ Packagist](https://packagist.org/packages/foodkit/automated-release-notes)[ RSS](/packages/foodkit-automated-release-notes/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (4)Versions (12)Used By (0)

Release Note Generator
----------------------

[](#release-note-generator)

This is a command line tool that generates markdown formatted release notes between two branches/tags.

Installation
------------

[](#installation)

Install the package globally via composer:

```
composer global require foodkit/automated-release-notes
```

Configuration
-------------

[](#configuration)

The following configuration parameters can be passed as argument:

- `--host` issue tracker host ()
- `--user` issue tracker username
- `--pass` issue tracker password
- `--regex` issue prefix regular expression
- `--format` output format, can be either 'github' or 'slack'

Or, they can be placed in `.env` file within a project:

```
JIRA_USERNAME=user
JIRA_PASSWORD=secret
JIRA_URL=https://ginjath.atlassian.net
JIRA_ISSUE_REGEX=/GT-[\d]+/
GIT_CUSTOM_HOSTS=github.local:github,bitbucket.local:bitbucket

```

The user credential parameters can be omitted if your Jira issue api is public.

Usage
-----

[](#usage)

This command will generate the release notes between two tags.

```
release-notes generate --start=v2.7.8 --end=v2.8.0
```

This will generate the release notes between two branches.

```
release-notes generate --start=develop --end=master
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~31 days

Recently: every ~67 days

Total

11

Last Release

2899d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f69e9ebc4c076d76a7902251f062e7b80186dcc1dc60af3fbaebfc8927a187eb?d=identicon)[coreymcmahon](/maintainers/coreymcmahon)

---

Top Contributors

[![coreymcmahon](https://avatars.githubusercontent.com/u/700486?v=4)](https://github.com/coreymcmahon "coreymcmahon (10 commits)")[![phpfour](https://avatars.githubusercontent.com/u/171715?v=4)](https://github.com/phpfour "phpfour (5 commits)")

---

Tags

clubhousedevopsjiraphprelease-notes

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/foodkit-automated-release-notes/health.svg)

```
[![Health](https://phpackages.com/badges/foodkit-automated-release-notes/health.svg)](https://phpackages.com/packages/foodkit-automated-release-notes)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M255](/packages/laravel-dusk)[laravel/vapor-cli

The Laravel Vapor CLI

31310.7M8](/packages/laravel-vapor-cli)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M367](/packages/laravel-zero-framework)[wsdltophp/packagegenerator

Generate hierarchical PHP classes based on a WSDL

4351.9M19](/packages/wsdltophp-packagegenerator)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
