Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 702 Bytes

UPGRADING_DEPENDENCIES.md

File metadata and controls

12 lines (11 loc) · 702 Bytes

Upgrading Dependencies

  1. Create git branch feature/upgrade-dependencies
  2. Run themes/devlog-theme/npm-update.ps1 (or npm-init.ps1 on a fresh clone)
  3. Update HUGO_VERSION variable in .github/workflows/build-and-deploy.yaml
  4. Push branch to GitHub
  5. Create pull request
  6. After all checks have passed, go into the Summary of the "Build & Deploy" action and download the diffable-output... artifact
  7. Download the diffable-output... artifact from the latest action run on the main branch
    • If there is none (because the run is too old), manually trigger a run
  8. Compare the contents of the two diffable-output... zip files with a diff tool
  9. If ok, merge the pull request