Skip to content

Commit

Permalink
Updated build.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
bicarlsen committed Mar 2, 2022
1 parent 7a38342 commit 5b300f3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions build.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Build

## Dev
Run `npm run dev`.

## Release
1. Update version info in `versions.json`, `manifest.json`, and `package.json`.
2. Git commit with version tag `x.y.z`.
3. Run `npm run build`.
4. Push changes to GitHub.
5. Issue a new release on GitHub, include the built `main.js`, `styles.css`, and `maifest.json` files.

0 comments on commit 5b300f3

Please sign in to comment.