nci-hcmi-catalog / portal

HCMI Searchable Catalog Portal
https://hcmi-searchable-catalog.nci.nih.gov/
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

🔖 Release 1.21.2 and 1.21.3 #1057

Closed mistryrn closed 11 months ago

mistryrn commented 11 months ago

🔖 Release 1.21.2

🚨 DEPLOY INSTRUCTIONS 🚨

  1. Deploy the new tag through Jenkins
  2. Run the 20230929213342-update-molecular-characterizations-2.js, and 20230929214009-rename-dna-methylation-2.js migrations:
    cd cms/variant-migrations
    ./../node_modules/.bin/migrate-mongo up -f migrate-mongo-config.js
  3. Restart the cms service
  4. Run the republish script
    ENV={env} npm run republish

🔖 Release 1.21.3

🚨 DEPLOY INSTRUCTIONS 🚨

  1. Deploy the new tag through Jenkins
  2. Run the 20231003004231-add-mlh1-options.js migration:
    cd cms/variant-migrations
    ./../node_modules/.bin/migrate-mongo up -f migrate-mongo-config.js
  3. Restart the cms service