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.
- Create simple release notes
- View git history with Jira status
- Check file relationship between chains of commits
- git
- Jira CLI
Jira CLI is a requirement when using the Jira related scripts.
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