Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.15 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.15 KB

Codacy Badge

Code Management Scripts

This repository features scripts for streamlining code releases and auditing. These are useful if you base your releases on Jira tickets. See the docs folder for more information and see the bin folder for available scripts.

Functionality provided

  • Create simple release notes
  • View git history with Jira status
  • Check file relationship between chains of commits

Requirements

Jira CLI is a requirement when using the Jira related scripts.

Installation

Copy this repository locally. It's recommended to use git to make updating easier.

git clone [email protected]:swichers/code-management-scripts.git

Add the scripts directory to your path. For example, in ~/.zshrc you would add the following code:

export PATH=path/to/code-management-scripts/git:$PATH