Skip to content

Commit

Permalink
docs: add deprecation notice on all sub-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Apr 10, 2019
1 parent 9625bb1 commit b5a0311
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 2 deletions.
3 changes: 3 additions & 0 deletions build-android/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Expo Build Android for GitHub Actions

> **This sub-action is no longer required and will be removed in the next release.**
> _See the [example workflows](../README.md#example-workflows) for more info._
Create a new standalone Android build from your GitHub workflow.
Optionally, you can configure the properties of this standalone app.

Expand Down
3 changes: 3 additions & 0 deletions build-ios/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Expo Build iOS for GitHub Actions

> **This sub-action is no longer required and will be removed in the next release.**
> _See the [example workflows](../README.md#example-workflows) for more info._
Create a new standalone iOS build from your GitHub workflow.
Optionally, you can configure the properties of this standalone app.

Expand Down
5 changes: 4 additions & 1 deletion build-web/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Expo Build Web for GitHub Actions

> **This sub-action is no longer required and will be removed in the next release.**
> _See the [example workflows](../README.md#example-workflows) for more info._
Create a new app web bundle from your GitHub workflow.
Optionally, you can configure the properties of this bunle.
Optionally, you can configure the properties of this bundle.

> Authentication is not required for this step.
Expand Down
5 changes: 4 additions & 1 deletion login/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Expo Login for GitHub Actions

> **This sub-action is no longer required and will be removed in the next release.**
> _See the [example workflows](../README.md#example-workflows) for more info._
Authenticate the current workflow to publish new versions or create new builds.
It works relatively simple, you define the Expo credentials and this action will do the rest.
It works relatively simple, you define the Expo credentials, and this action will do the rest.

## Usage

Expand Down
3 changes: 3 additions & 0 deletions publish/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Expo Publish for GitHub Actions

> **This sub-action is no longer required and will be removed in the next release.**
> _See the [example workflows](../README.md#example-workflows) for more info._
Publish a brand new release straight from your GitHub workflow.
Optionally, you can configure the release channel or manifest file.

Expand Down

0 comments on commit b5a0311

Please sign in to comment.