0.0.7 • Published 3 years ago
@1010data/changelog-generator v0.0.7
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
yarnInitialize environment
cp .env.example .envFill 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.shRun changelog
From this repo root:
yarn start