Skip to content

Commit

Permalink
Update deploy.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslittle230 committed Mar 23, 2022
1 parent 2a82c34 commit c1463e3
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@
- [ ] Update to master
- [ ] Run benchmarks by running `just generate-stats`
- [ ] Ensure values are acceptable. If not, abort the release and debug.

- [ ] Create a release PR:
- [ ] Add date to changelog
- [ ] Bump the version in package.json and in Cargo.toml for the lib, wasm, and cli crates
- [ ] Bump versions
- [ ] In package.json
- [ ] In Cargo.toml for the lib, wasm, and cli crates
- [ ] The dependency on lib in the wasm and cli crates
- [ ] Commit to master and push
- [ ] Create a new PR on the site
- [ ] Update all CDN references to the updated version number
Expand All @@ -25,8 +29,9 @@

- [ ] Check that the demo the site's Netlify preview works. If not, abort the release and debug.
- [ ] Add the changelog to the Github release, and publish it
- [ ] Create an Amazon Linux binary. Upload it to the CDN and to the Github release.
- [ ] Run `cargo build --release --no-default-features --features=build-index-v3` from the amazon-linux build machine
- [ ] Create an Amazon Linux binary.
- [ ] Run the shell script from the amazon-linux build machine
- [ ] Upload it to the CDN and to the Github release.
- [ ] Merge the PR you made on [the documentation site](https://github.com/stork-search/site)
- [ ] Update Homebrew
- [ ] Generate a new brewfile based on the Github-generated tarball:
Expand Down

0 comments on commit c1463e3

Please sign in to comment.