Tags: stackbox-dev/expo-github-action
Tags
chore: create new release 7.2.0 ## [7.2.0](expo/expo-github-action@7.1.1...7.2.0) (2022-04-07) ### New features * **comment:** add comment-based action to interact with eas in pulls ([expo#171](expo#171)) ([088fd4e](expo@088fd4e)) ### Other chores * bump minimist from 1.2.5 to 1.2.6 ([expo#173](expo#173)) ([72721e5](expo@72721e5)) * clean the repo instead of checking out ([ec1a49b](expo@ec1a49b)) * disallow any linting issues for pulls ([expo#177](expo#177)) ([b5a8ca7](expo@b5a8ca7)) ### Documentation changes * **command:** clean up the readme code example ([0811162](expo@0811162)) * update the release steps in the contribution guide ([b3b45ee](expo@b3b45ee))
chore: create new release 7.2.0 ## [7.2.0](expo/expo-github-action@7.1.1...7.2.0) (2022-04-07) ### New features * **comment:** add comment-based action to interact with eas in pulls ([expo#171](expo#171)) ([088fd4e](expo@088fd4e)) ### Other chores * bump minimist from 1.2.5 to 1.2.6 ([expo#173](expo#173)) ([72721e5](expo@72721e5)) * clean the repo instead of checking out ([ec1a49b](expo@ec1a49b)) * disallow any linting issues for pulls ([expo#177](expo#177)) ([b5a8ca7](expo@b5a8ca7)) ### Documentation changes * **command:** clean up the readme code example ([0811162](expo@0811162)) * update the release steps in the contribution guide ([b3b45ee](expo@b3b45ee))
chore: create new release 7.1.1 ### [7.1.1](expo/expo-github-action@7.1.0...7.1.1) (2022-03-17) ### Bug fixes * package tool escape path on windows ([expo#169](expo#169)) ([db9b5ce](expo@db9b5ce)), closes [expo#167](expo#167) ### Other chores * add tags syncing to the release workflow ([eb1ffb8](expo@eb1ffb8)) * fix dirty repo preventing tag bump ([7cde8f8](expo@7cde8f8)) ### Documentation changes * add direct link to expo access tokens ([1f38d16](expo@1f38d16)) * increase visibility of the EXPO_TOKEN link ([expo#168](expo#168)) ([9fce70f](expo@9fce70f)) * **preview-comment:** update expo-cli version to latest ([4681fcf](expo@4681fcf)) * reword the assumptions on package manager ([459b567](expo@459b567))
chore: create new release 7.1.0 ## [7.1.0](expo/expo-github-action@7.0.3...7.1.0) (2022-03-04) ### New features * add projectDeepLink to template variables ([expo#165](expo#165)) ([2603f85](expo@2603f85)) ### Other chores * run authed tests only when auth is available ([5815161](expo@5815161)) * set major tag version to release commit ([b516013](expo@b516013)) * skip steps if auth is unavailable ([bb7c723](expo@bb7c723)) * update github action author name ([expo#166](expo#166)) ([520d959](expo@520d959))
chore: create new release 7.0.3 ### [7.0.3](expo/expo-github-action@7.0.2...7.0.3) (2022-02-14) ### Bug fixes * improve invalid package version error handling ([expo#159](expo#159)) ([94c7d8a](expo@94c7d8a)) * output error stacktraces in debug mode ([expo#160](expo#160)) ([6931e3c](expo@6931e3c)) ### Other chores * always dry run a new release on merge ([expo#162](expo#162)) ([3f293ee](expo@3f293ee)) * bump node-fetch from 2.6.1 to 2.6.7 ([expo#157](expo#157)) ([839215f](expo@839215f)) * fully automate releases ([expo#164](expo#164)) ([fbd4450](expo@fbd4450)) ### Documentation changes * simplify expo cli versioning to latest ([expo#161](expo#161)) ([2e1fe6a](expo@2e1fe6a))
chore: create new release 7.0.2 ### [7.0.2](expo/expo-github-action@7.0.1...7.0.2) (2022-01-25) ### Code changes * **preview-comment:** auto-fill the github token ([expo#156](expo#156)) ([204dfed](expo@204dfed))
chore: create new release 7.0.1 ### [7.0.1](expo/expo-github-action@7.0.0...7.0.1) (2022-01-17) ### Bug fixes * remove double resolving package versions ([expo#152](expo#152)) ([d53d38f](expo@d53d38f)) ### Other chores * run test workflow every day at 15:00 utc ([fd33d59](expo@fd33d59)) ### Documentation changes * explicitly add non interactive flag ([expo#151](expo#151)) ([844ea09](expo@844ea09)) * update comment preview readme header ([7a46a49](expo@7a46a49)) * update step title in example with eas cli ([7934883](expo@7934883)) * update workflow badge with test status ([99593b8](expo@99593b8))
chore: create new release 7.0.0 ## [7.0.0](expo/expo-github-action@6.0.0...7.0.0) (2022-01-13) ### ⚠ BREAKING CHANGES * some input options are deprecated - Username and password authentication is dropped in favor of tokens - Custom cache keys are dropped - Custom install error handler is dropped ### Bug fixes * use which instead of npx to authenticate ([expo#147](expo#147)) ([c5d2c0f](expo@c5d2c0f)) ### Code changes * allow multiple entrypoints for different sub-actions ([expo#121](expo#121)) ([8a7306a](expo@8a7306a)) * clean up setup action ([expo#146](expo#146)) ([439ff4c](expo@439ff4c)) * enable caches by default ([expo#148](expo#148)) ([72d4067](expo@72d4067)) * replace libnpm with npm cli ([expo#139](expo#139)) ([4f28493](expo@4f28493)) * roll back to ncc because of swc bundling issues ([expo#144](expo#144)) ([3007741](expo@3007741)) * update the outdated workflows and use node 16 ([expo#138](expo#138)) ([3134e26](expo@3134e26)) * upgrade to node 16 github actions runtime ([expo#137](expo#137)) ([3bf9181](expo@3bf9181)) * use boolean input instead of manual conversion ([expo#127](expo#127)) ([f1fe877](expo@f1fe877)) * use spaces for indentation ([expo#126](expo#126)) ([ff2ff0f](expo@ff2ff0f)) * use swc pack instead of ncc ([expo#140](expo#140)) ([3f9e947](expo@3f9e947)) ### Other chores * add basic e2e test workflow for main action ([expo#141](expo#141)) ([414c169](expo@414c169)) * add manual trigger to the tests ([4908a48](expo@4908a48)) * always use lf for build files ([expo#122](expo#122)) ([a9b9cfe](expo@a9b9cfe)) * bump semver-regex from 3.1.2 to 3.1.3 ([expo#114](expo#114)) ([50c0ef9](expo@50c0ef9)) * bump tar from 4.4.13 to 4.4.19 ([expo#112](expo#112)) ([5f5673b](expo@5f5673b)) * bump tmpl from 1.0.4 to 1.0.5 ([expo#115](expo#115)) ([92ec93f](expo@92ec93f)) * clean up dependencies and eslint rules ([expo#145](expo#145)) ([3ae7999](expo@3ae7999)) * clean up master references in release and workflows ([expo#104](expo#104)) ([a2d9b1c](expo@a2d9b1c)) * clean up tsconfig and eslint rules ([expo#123](expo#123)) ([c20146f](expo@c20146f)) * lint root files with prettier and eslint ([expo#125](expo#125)) ([1cfa7bb](expo@1cfa7bb)) * rebuild project ([45b79a0](expo@45b79a0)) * rebuild project after dependency bumps ([b099f17](expo@b099f17)) * remove husky and improve ci build message ([expo#128](expo#128)) ([39b0d36](expo@39b0d36)) * simplify review and update build detection ([expo#142](expo#142)) ([ee415b0](expo@ee415b0)) * update `setup-node` action to `v2` release ([expo#119](expo#119)) ([3b3e6b8](expo@3b3e6b8)) * update the action manifest ([633cdf0](expo@633cdf0)) * upgrade dev dependencies and rebuild action ([expo#120](expo#120)) ([186ef00](expo@186ef00)) ### Documentation changes * fix broken sup element in readme ([0b1822a](expo@0b1822a)) * fix github capitalization ([expo#116](expo#116)) ([b602469](expo@b602469)) * fix unsplash comment on pr branch reference ([expo#110](expo#110)) ([f14253e](expo@f14253e)) * update expo.io links to expo.dev ([expo#111](expo#111)) ([1c8e5a2](expo@1c8e5a2)) * update node version reference in readme ([expo#107](expo#107)) ([3ba667b](expo@3ba667b)) * update readme and contributing guides ([521de72](expo@521de72)) * use `main` branch to update `v{major}` tag ([expo#103](expo#103)) ([def44e2](expo@def44e2))
chore: create new release 6.0.0 ## [6.0.0](expo/expo-github-action@5.5.1...6.0.0) (2021-06-22) ### ⚠ BREAKING CHANGES * Github Action inputs are changed to allow both Expo and EAS CLI. ### New features * add support for eas cli installs ([expo#98](expo#98)) ([04692c3](expo@04692c3)) ### Other chores * update node to 14 and 16 in ci ([expo#100](expo#100)) ([a03876e](expo@a03876e)) ### Documentation changes * add commands to contirbuting guide for updating v{major} tags ([1b57c37](expo@1b57c37)) * update readme for v6 release ([expo#101](expo#101)) ([8b43bae](expo@8b43bae)) * update upstream reference in contributing guide ([76ce4de](expo@76ce4de))
chore: create new release 6.0.0 ## [6.0.0](expo/expo-github-action@5.5.1...6.0.0) (2021-06-22) ### ⚠ BREAKING CHANGES * Github Action inputs are changed to allow both Expo and EAS CLI. ### New features * add support for eas cli installs ([expo#98](expo#98)) ([04692c3](expo@04692c3)) ### Other chores * update node to 14 and 16 in ci ([expo#100](expo#100)) ([a03876e](expo@a03876e)) ### Documentation changes * add commands to contirbuting guide for updating v{major} tags ([1b57c37](expo@1b57c37)) * update readme for v6 release ([expo#101](expo#101)) ([8b43bae](expo@8b43bae)) * update upstream reference in contributing guide ([76ce4de](expo@76ce4de))
PreviousNext