Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 622 Bytes

RELEASE.md

File metadata and controls

12 lines (11 loc) · 622 Bytes

Releasing a new version of PoWA-web

  • Ensure there's no blocker issues and pull requests are resolved.
  • Make sure CI runs successfully.
  • Build and commit assets:
    • Run npm ci to install packages.
    • Run npm run build to build assets (JS and CSS).
  • Update the changelog if not already up-to-date.
  • Commit the changes (assets and changelog).
  • Create a tag either from the command line or Github web interface.
  • Verify that images are pushed to Docker hub (via the powa-podman repo).
  • Publish to pypi.