Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 959 Bytes

CHANGELOG.md

File metadata and controls

21 lines (17 loc) · 959 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • JBRANCH_ALLOW_EDIT option to allow editing the branch name before creation
  • JBRANCH_NO_PREFIX option to disable prefixing the branch name

Fixed

  • bug where encountering an OSError would blow up instead of print nice message

[0.1.0] - 2018-01-26

Added

  • This changelog
  • requirements.txt PyPI packages required for jbranch
  • jbranch.py python script to query a JIRA server and create a git branch based on an issue's type, key, and summary
  • jbranch.sh shell wrapper function to prompt for and remember JIRA password in an environment variable
  • Description, Installation, Usage, and Options sections to README