Skip to content

Send a message to discord with your changelog with each release.

License

Notifications You must be signed in to change notification settings

dicren/git-up-to-date

Repository files navigation

git-up-to-date

Send a message to discord with your changelog for each release.

Must be integrated into the CI flow.

You must use the changelog style generated by Lerna or standard-version

Enviroment variables

Property Default Description
CHANGELOGPATH CHANGELOG.md Changelog path.
WEBHOOK - Discord/Slack webhook.
PROJECT - Project name. Used in message title.
RECEIVER SLACK Default host

Usage example

gitlab CI

notify-changelog:
  image:
    name: dicren/git-up-to-date:latest
  script:
    - git-up-to-date
  variables:
    CHANGELOGPATH: CHANGELOG.md
    CHANNELID: $DISCORD_CHANNEL
    TOKEN: $DISCORD_TOKEN
    PROJECT: My wonderful project
  only:
    - master

About

Send a message to discord with your changelog with each release.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published