Skip to content

Commit

Permalink
Version 0.11.1 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bwc9876 authored Aug 23, 2023
2 parents 4eaf5d2 + 9fe365c commit edafe86
Show file tree
Hide file tree
Showing 72 changed files with 4,183 additions and 1,066 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci_js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,6 @@ jobs:

- name: Check Formatting
run: pnpm prettier-check

- name: Run Tests
run: pnpm test
290 changes: 254 additions & 36 deletions ARCHITECTURE.md

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ I tried to automate this process in a way that makes sense but it still needs so
2. `owmods_cli/Cargo.toml` - **also update the reference to owmods_core if it was updated**
3. `owmods_gui/backend/Cargo.toml` - **also update the reference to owmods_core if it was updated**
4. `xtask/Cargo.toml` - not the end of the world, if you don't update this, determines the version shown in man files for the CLI
5. `owmods_gui/backend/tauri.conf.json` - **PLEASE UPDATE THIS ALONG WITH THE GUI, IT'S WHAT MAKES THE UPDATER WORK!**
2. Merge `dev` to `main` (assuming you have a PR going)
3. Run the "Create Core Release" action
4. After the action completes go to Releases and fill out the draft release with the core's changelog, **do not set this as the latest release**, then publish
Expand Down
Loading

0 comments on commit edafe86

Please sign in to comment.