Skip to content

Commit

Permalink
Add params to release docs action (#111)
Browse files Browse the repository at this point in the history
* docs(changeset): bump for CI purposes

* add params

* docs(changeset): Bump for CI
  • Loading branch information
trevor-coleman authored Oct 5, 2023
1 parent fd2c513 commit 7eb5434
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 8 deletions.
12 changes: 12 additions & 0 deletions .changeset/ten-shrimps-appear.md
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
21 changes: 13 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7eb5434

Please sign in to comment.