You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> This is in BETA mode. Your feedback is highly appreciated!
4
6
5
7
[](https://github.com/testappio/github-action/actions/workflows/main.yml)
@@ -14,7 +16,13 @@ This action uploads artifacts (.apk or .ipa) to TestApp.io and notifying your te
14
16
15
17
> file: artifact to upload (.apk or .ipa)
16
18
17
-
> notify: **yes** or **no** - to notify your team members in TestApp.io via push notification
19
+
> release_notes: manually add the release notes to be displayed for the testers
20
+
21
+
> git_release_notes: collect release notes from the the git commit message to be displayed for the testers
22
+
23
+
> include_git_commit_id: include the last git commit ID in the release notes (works with both release notes option)
24
+
25
+
> notify: notify your team members via a push notification in TestApp.io mobile app
0 commit comments