Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 966 Bytes

Readme.md

File metadata and controls

32 lines (23 loc) · 966 Bytes

Github to Jira chrome plugin

Chrome plugin that replaces all jira issue keys in github PR title to links to that issues:

Before:

After

How to install

  • Download .crx file from the latest release
  • Open chrome://extensions
  • Drag-n-drop downloaded file to the extensions list

Releases

Plugin releases hosted on github. To create new release bump plugin version in manifest.json and push changes to github. After that create package files

Chrome

  • Open url chrome://extensions/ and turn on developer mode.
  • Select "Pack extension"
  • Choose path to your extension in "Extension root directory"
  • Choose path to the *.pem private key in "Private key file (optional)"
  • Create crx package

Firefox

  • Open plugin directory in terminal
  • Run command zip -r -FS ../github-jira.xpi *

// TODO: add instruction to release signed xpi