-
Notifications
You must be signed in to change notification settings - Fork 40
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
- Run
- Install node packages:
- Run
yarn install
- Run
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:
- make sure you're on the tip of the development branch
- run
make release
.