Currently, the extension is installed manually with the developer mode in chrome by downloading the repo. Do the following steps to update:
Pull the latest changes from the master branch of the github repo.
cd [path-to-repo]/jira-plus
git pull
pnpm install
pnpm build
# or
yarn install
yarn build
Open the url chrome://extensions
in your browser and navigate to the Jira plus extension. Click either Update
or Load unpacked
and navigate to [path-to-repo]/jira-plus/build
and click Load
.