Skip to content

Commit

Permalink
fix: Update the release instructions (#237)
Browse files Browse the repository at this point in the history
The existing instructions were entirely ignoring the python part of powa-web.

While at it make the changed file list formatting consistent.
  • Loading branch information
rjuju authored Nov 24, 2024
1 parent 98722ae commit 472c2c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
## Releasing a new version of PoWA-web

- [ ] Ensure there's no blocker issues and pull requests are resolved.
- [ ] Bump the powa-web `__VERSION__` in `powa/__init__.py`.
- [ ] 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](https://github.com/powa-team/powa-web/blob/master/CHANGELOG) if not already up-to-date.
- [ ] Commit the changes (files in `powa/static/dist` and changelog).
- [ ] Commit the changes (files in `powa/static/dist`, `powa/__init__.py` 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`.

0 comments on commit 472c2c8

Please sign in to comment.