Tags: expo/expo-github-action
Tags
chore: create new release 8.2.0 ## [8.2.0](8.1.0...8.2.0) (2023-12-02) ### New features * **preview:** add `qr-target` and use proper QR codes for `expo-go` and `dev-build` ([#247](#247)) ([54efbfd](54efbfd)) ### Documentation changes * **preview:** clarify the branch and workflow trigger relations ([#246](#246)) ([ccfad6f](ccfad6f))
chore: create new release 8.1.0 ## [8.1.0](8.0.0...8.1.0) (2023-11-24) ### New features * add fingerprint integration ([#231](#231)) ([e6622e0](e6622e0)) * add readme for preview-build and fingerprint action ([#232](#232)) ([acc171b](acc171b)), closes [/github.com//pull/231#pullrequestreview-1628540314](https://github.com/expo//github.com/expo/expo-github-action/pull/231/issues/pullrequestreview-1628540314) * **preview:** add update manifest permalinks to the output ([#245](#245)) ([331a5ab](331a5ab)) ### Bug fixes * **preview:** allow multiple `app.json` schemes ([#244](#244)) ([42d64cf](42d64cf)) ### Code changes * update error handling to node 20 standards ([#243](#243)) ([65ee055](65ee055)) * update workflows and repository to use Bun ([#241](#241)) ([7f1c170](7f1c170)) * upgrade all actions to run on node 20 ([#242](#242)) ([b3e5355](b3e5355)) ### Other chores * **ci:** update release flow with new service account ([#238](#238)) ([e289d93](e289d93)) * update release workflow actions ([#239](#239)) ([57dcabe](57dcabe)) ### Documentation changes * add link to breaking change pull request ([9e1a8c8](9e1a8c8)) * fix changelog link in readme ([185932d](185932d)) * update example to use `eas-version` ([#222](#222)) ([7bc946c](7bc946c))
chore: create new release 8.0.0 ## [8.0.0](7.2.1...8.0.0) (2023-02-20) ### ⚠ BREAKING CHANGES * **preview-comment:** add deprecation notice with blog post (#207) ### New features * **preview:** add eas update preview sub-action ([#206](#206)) ([f4d6037](f4d6037)) ### Code changes * **preview-comment:** add deprecation notice with blog post ([#207](#207)) ([d2b3e6c](d2b3e6c)) ### Other chores * bump http-cache-semantics from 4.1.0 to 4.1.1 ([#205](#205)) ([b1a8c06](b1a8c06)) ### Documentation changes * **preview-comment:** emphasize that this sub-action is now deprecated ([f4af238](f4af238)) * update examples for v8 ([#210](#210)) ([3d1cf9a](3d1cf9a)) * update the readme with new examples ([#208](#208)) ([ae5d1a1](ae5d1a1))
chore: create new release 7.2.1 ## [7.2.1](7.2.0...7.2.1) (2023-01-04) ### Code changes * drop rimraf dependency ([#203](#203)) ([830e647](830e647)) * update actions dependencies ([#202](#202)) ([259d15d](259d15d)) * update dev dependencies ([#204](#204)) ([5a73f07](5a73f07)) ### Other chores * bump @actions/core from 1.6.0 to 1.9.1 ([#191](#191)) ([670b449](670b449)) * bump ansi-regex from 5.0.0 to 5.0.1 ([#198](#198)) ([d63621e](d63621e)) * bump json5 from 1.0.1 to 1.0.2 ([#196](#196)) ([5a8228a](5a8228a)) * bump minimatch from 3.0.4 to 3.1.2 ([#197](#197)) ([5619369](5619369)) * bump qs from 6.5.2 to 6.5.3 ([#195](#195)) ([3beea56](3beea56)) * bump semantic-release from 18.0.1 to 19.0.3 ([#185](#185)) ([079b95e](079b95e)) * bump semver-regex from 3.1.3 to 3.1.4 ([#183](#183)) ([6b82e9e](6b82e9e)) * rebuild all actions ([e6ba70c](e6ba70c)) * update workflow actions to latest ([3cecf2e](3cecf2e)) ### Documentation changes * **command:** update readme to fix badge ([#201](#201)) ([2606508](2606508)) * **preview-comment:** add missing permissions in examples ([#187](#187)) ([5848f88](5848f88)) * update badge urls in the readmes ([#199](#199)) ([8440fd9](8440fd9)) * update demo workflow to fix checkout issue ([#181](#181)) ([8e2559c](8e2559c)) * use latest action verisons in readme ([#193](#193)) ([3f0a4b5](3f0a4b5))
chore: create new release 7.2.1 ## [7.2.1](7.2.0...7.2.1) (2023-01-04) ### Code changes * drop rimraf dependency ([#203](#203)) ([830e647](830e647)) * update actions dependencies ([#202](#202)) ([259d15d](259d15d)) * update dev dependencies ([#204](#204)) ([5a73f07](5a73f07)) ### Other chores * bump @actions/core from 1.6.0 to 1.9.1 ([#191](#191)) ([670b449](670b449)) * bump ansi-regex from 5.0.0 to 5.0.1 ([#198](#198)) ([d63621e](d63621e)) * bump json5 from 1.0.1 to 1.0.2 ([#196](#196)) ([5a8228a](5a8228a)) * bump minimatch from 3.0.4 to 3.1.2 ([#197](#197)) ([5619369](5619369)) * bump qs from 6.5.2 to 6.5.3 ([#195](#195)) ([3beea56](3beea56)) * bump semantic-release from 18.0.1 to 19.0.3 ([#185](#185)) ([079b95e](079b95e)) * bump semver-regex from 3.1.3 to 3.1.4 ([#183](#183)) ([6b82e9e](6b82e9e)) * rebuild all actions ([e6ba70c](e6ba70c)) * update workflow actions to latest ([3cecf2e](3cecf2e)) ### Documentation changes * **command:** update readme to fix badge ([#201](#201)) ([2606508](2606508)) * **preview-comment:** add missing permissions in examples ([#187](#187)) ([5848f88](5848f88)) * update badge urls in the readmes ([#199](#199)) ([8440fd9](8440fd9)) * update demo workflow to fix checkout issue ([#181](#181)) ([8e2559c](8e2559c)) * use latest action verisons in readme ([#193](#193)) ([3f0a4b5](3f0a4b5))
chore: create new release 7.2.0 ## [7.2.0](7.1.1...7.2.0) (2022-04-07) ### New features * **comment:** add comment-based action to interact with eas in pulls ([#171](#171)) ([088fd4e](088fd4e)) ### Other chores * bump minimist from 1.2.5 to 1.2.6 ([#173](#173)) ([72721e5](72721e5)) * clean the repo instead of checking out ([ec1a49b](ec1a49b)) * disallow any linting issues for pulls ([#177](#177)) ([b5a8ca7](b5a8ca7)) ### Documentation changes * **command:** clean up the readme code example ([0811162](0811162)) * update the release steps in the contribution guide ([b3b45ee](b3b45ee))
chore: create new release 7.1.1 ### [7.1.1](7.1.0...7.1.1) (2022-03-17) ### Bug fixes * package tool escape path on windows ([#169](#169)) ([db9b5ce](db9b5ce)), closes [#167](#167) ### Other chores * add tags syncing to the release workflow ([eb1ffb8](eb1ffb8)) * fix dirty repo preventing tag bump ([7cde8f8](7cde8f8)) ### Documentation changes * add direct link to expo access tokens ([1f38d16](1f38d16)) * increase visibility of the EXPO_TOKEN link ([#168](#168)) ([9fce70f](9fce70f)) * **preview-comment:** update expo-cli version to latest ([4681fcf](4681fcf)) * reword the assumptions on package manager ([459b567](459b567))
chore: create new release 7.1.0 ## [7.1.0](7.0.3...7.1.0) (2022-03-04) ### New features * add projectDeepLink to template variables ([#165](#165)) ([2603f85](2603f85)) ### Other chores * run authed tests only when auth is available ([5815161](5815161)) * set major tag version to release commit ([b516013](b516013)) * skip steps if auth is unavailable ([bb7c723](bb7c723)) * update github action author name ([#166](#166)) ([520d959](520d959))
PreviousNext