Commit 78e97e2
committed
Update actions for automatic releases (#3788)
## Description
#3784
added new release scripts, but there was a leftover workflow for
releasing a commitly. This PR gets rid of it.
I also noticed that the `homepage` field in package.json points to our
readme instead of the docs, so I changed that.
Finally, I added `paths` filter to the release workflow, so changes only
affecting docs, example apps, or scripts won't trigger a release.
## Test plan
The failed job got removed. As for the other change -
https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#onpushpull_requestpull_request_targetpathspaths-ignore.
> If you define both branches/branches-ignore and paths/paths-ignore,
the workflow will only run when both filters are satisfied.1 parent d6ad6c1 commit 78e97e2
File tree
3 files changed
+3
-23
lines changed- .github/workflows
- packages/react-native-gesture-handler
3 files changed
+3
-23
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments