Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 331 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (15 loc) · 331 Bytes

Contributing

Create release

  1. Set new version in package.json
vim server/package.json
  1. Build new Kubernetes installation
./scripts/generateInstall.sh
  1. Publish new image
docker build -t gcr.io/keatproj/keat-server:${NEW_VERSION} .
  1. Commit changes and update next/stable changes if needed