Skip to content

swichers/code-management-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f8b36ee · Sep 15, 2020

History

17 Commits
Sep 15, 2020
Sep 15, 2020
Sep 15, 2020
Oct 18, 2019
Sep 15, 2020

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 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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages