-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved Docs & Minor Patches (#461)
- Loading branch information
1 parent
af72575
commit 46584d4
Showing
8 changed files
with
22 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,11 +26,6 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
persist-credentials: false | ||
- name: Set up Cargo | ||
uses: actions-rs/toolchain@v1 | ||
with: | ||
toolchain: stable | ||
override: true | ||
- name: Run TinySemVer | ||
uses: ashvardanian/[email protected] | ||
with: | ||
|
@@ -40,6 +35,7 @@ jobs: | |
package.json:"version": "(\d+\.\d+\.\d+)" | ||
CITATION.cff:^version: (\d+\.\d+\.\d+) | ||
Cargo.toml:^version = "(\d+\.\d+\.\d+)" | ||
Cargo.lock:^version = "(\d+\.\d+\.\d+)" | ||
wasmer.toml:^version = "(\d+\.\d+\.\d+)" | ||
conanfile.py:version = "(\d+\.\d+\.\d+)" | ||
java/README.md:<version>(\d+\.\d+\.\d+)</version> | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters