Skip to content

Commit

Permalink
Update .github/RELEASING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog authored Sep 17, 2024
1 parent 141b2bb commit c4408d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ We use [`covector`](https://github.com/jbolda/covector) to manage our version bu
It can be configured in [`.changes/config.json`](../.changes/config.json) which includes how each package should be published step by step.

Some packages can't be published directly using `covector` as it requires to be built on a matrix of platforms
such as `tauri-cli` prebuilt binraies which is published using [publish-cli-rs.yml](./workflows/publish-cli-rs.yml)
such as `tauri-cli` prebuilt binaries which is published using [publish-cli-rs.yml](./workflows/publish-cli-rs.yml)
and `@tauri-apps/cli` native Node.js modules which is published using using [publish-cli-js.yml](./workflows/publish-cli-js.yml)
both of which are triggered after `covector` has created a github release for both of them, see `Trigger @tauri-apps/cli publishing workflow`
and `Trigger tauri-cli publishing workflow` steps in [covector-version-or-publish.yml](./workflows/covector-version-or-publish.yml)
Expand Down

0 comments on commit c4408d9

Please sign in to comment.