Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 609 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 609 Bytes

changelog

Changelog generator script for Git projects

How to install

Use following commands to setup for the script for easy access. Open new terminal and execute following command to install the script.

source <(curl -s https://raw.githubusercontent.com/onurkat/changelog/main/install.sh)

Press y and the script will do the rest! You are good to go! Now you can use changelog command.

How to use

  • Open a terminal.
  • cd into your project's directory.
  • Execute changelog command.
  • Select the deployment tag.
  • Select the base tag.
  • Select the environment.

Changelog is done.