@braira/changelog

1.0.4 • Public • Published

Changelog - AIRA module

Generate changelog for your release, based on commits between tags.

Usage

npm install -g @bracketedrebels/aira @braira/changelog
aira changelog --help

Example

Send Discord notification via the webhook together with changelog, based on commits between last two tags.

.notification.discord.json

{
  "embeds": [
    {
      "title": "My Awesome app released!",
      "description": "{{{chlog}}}"
    }
  ]
}

.changelog.mustache

Changelog:

{{#commits}}
• {{type}}: {{subject}}
{{/commits}}

CMD

npm install -g @bracketedrebels/aira @braira/changelog @braira/notify
export CHLOG=$(aira changelog --template=.changelog.mustache)
aira notify <webhook> .notification.discord.json --payload.chlog=$CHLOG

Package Sidebar

Install

npm i @braira/changelog

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

6.29 kB

Total Files

5

Last publish

Collaborators

  • bracketedrebels-publisher