0.0.7 • Published 2 years ago

@1010data/changelog-generator v0.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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
0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago