@1010data/changelog-generator
v0.0.7
Published
This repo uses `git tags` and `Jira Ticket Reference` to generate changelog between releases and publishes to Slack and Confluence.
Downloads
22
Readme
Changelog generator
This repo uses git tags
and Jira Ticket Reference
to generate changelog between releases and
publishes to Slack and Confluence.
Setup
Install packages
yarn
Initialize environment
cp .env.example .env
Fill in environment variables (Checkout VIZ vault).
Set target for Slack messages - you can use your own ID to spam only yourself (
SLACK_CHANNEL
).Configure path to repository you need the changelog for (ex.
../my-project
)
Activate environment variables
Script uses environment variables only so you need to load content of .env
file.
You can do that with:
source scripts/load-local-env.sh
Run changelog
From this repo root:
yarn start