PHPackages                             foodkit/jira-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/jira-release-notes

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

foodkit/jira-release-notes
==========================

A release note generator package for Laravel.

1.0.10(8y ago)6165MITPHPPHP &gt;=5.5.0

Since Jul 23Pushed 8y ago4 watchersCompare

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

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

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

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

2951d 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-jira-release-notes/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k532.1M19.4k](/packages/laravel-framework)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[aeliot/todo-registrar

Register TODOs from source code in issue tracker

153.0k](/packages/aeliot-todo-registrar)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[lion/bundle

Lion-framework configuration and initialization package

122.3k3](/packages/lion-bundle)

PHPackages © 2026

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