-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add params to release docs action (#111)
* docs(changeset): bump for CI purposes * add params * docs(changeset): Bump for CI
- Loading branch information
1 parent
fd2c513
commit 7eb5434
Showing
2 changed files
with
25 additions
and
8 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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
"@infinitered/infinite-red-ai": patch | ||
"@infinitered/react-native-mlkit-core": patch | ||
"@infinitered/react-native-mlkit-face-detection": patch | ||
"@infinitered/react-native-mlkit-image-labeling": patch | ||
"@infinitered/react-native-mlkit-object-detection": patch | ||
"@infinitered/react-native-mlkit-docs": patch | ||
"@infinitered/eslint-config-react-native-mlkit": patch | ||
"@infinitered/tsconfig": patch | ||
--- | ||
|
||
Bump for CI |
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 |
---|---|---|
|
@@ -67,23 +67,28 @@ workflows: | |
jobs: | ||
- test_and_build | ||
- publish-docs/build_docs: | ||
description: "Use MLKit Models in React Native apps" | ||
git_email: "[email protected]" | ||
git_username: "Infinite Red CI" | ||
label: "React Native MLKit" | ||
project_name: 'react-native-mlkit' | ||
source_docs_dir: docs | ||
label: "React Native MLKit" | ||
description: "Use MLKit Models in React Native apps" | ||
source_repo_directory: "source" | ||
target_docs_dir: "docs" | ||
target_repo: "[email protected]:infinitered/ir-docs.git" | ||
git_username: "Infinite Red CI" | ||
git_email: "[email protected]" | ||
target_repo_directory: "target" | ||
release-docs: | ||
jobs: | ||
- publish-docs/publish_docs: | ||
description: "Use MLKit Models in React Native apps" | ||
git_email: "[email protected]" | ||
git_username: "Infinite Red CI" | ||
label: "React Native MLKit" | ||
project_name: 'react-native-mlkit' | ||
source_docs_dir: docs | ||
label: "React Native MLKit" | ||
description: "Use MLKit Models in React Native apps" | ||
target_docs_dir: "docs" | ||
target_repo: "[email protected]:infinitered/ir-docs.git" | ||
git_username: "Infinite Red CI" | ||
git_email: "[email protected]" | ||
target_repo_directory: "target" | ||
filters: | ||
branches: | ||
only: | ||
|