Skip to content

Releasing PharmCAT

Mark Woon edited this page Apr 15, 2023 · 2 revisions

Releasing PharmCAT requires Node.js and yarn installed.

  • Install Node.js 18+
  • Install yarn:
    • Run corepack enable
    • Run corepack prepare yarn@latest --activate
  • Install node packages:
    • Run yarn install

You'll also need to have GitHub authentication configured for semantic-release. See https://github.com/semantic-release/github#github-authentication for details.

To cut a new PharmCAT release:

  1. make sure you're on the tip of the development branch
  2. run make release.
Clone this wiki locally