Skip to content

swichers/code-management-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages