swichers / code-management-scripts

A set of scripts I use to help managing code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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

About

A set of scripts I use to help managing code

License:GNU Lesser General Public License v3.0


Languages

Language:Shell 100.0%