Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.19 KB

File metadata and controls

49 lines (32 loc) · 1.19 KB

Github Pull Request Pretty Link

Browser extension to copy a link from the current active tab so that your teammates can see what the Pull Request is about before clicking.

Building

This extension is built on a linux/amd64 machine. If dependencies are replicated, it can be possible to build it in other OSes or architecture combinations.

Dependencies:

Run:

pnpm install
pnpm build

The resulting package will be under ./dist/app.

Packaging for release

To generate the zip package to submit to the browser extension stores, run:

pnpm package

The package will be under ./dist/package.zip.

Make sure that the version field is bumped in these files:

  • package.json
  • public/manifest.json