Releases: expo/expo-github-action
Releases · expo/expo-github-action
7.0.1
7.0.0
7.0.0 (2022-01-15)
⚠ 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
New features
Bug fixes
Code changes
- allow multiple entrypoints for different sub-actions (#121) (8a7306a)
- clean up setup action (#146) (439ff4c)
- enable caches by default (#148) (72d4067)
- replace libnpm with npm cli (#139) (4f28493)
- roll back to ncc because of swc bundling issues (#144) (3007741)
- update the outdated workflows and use node 16 (#138) (3134e26)
- upgrade to node 16 github actions runtime (#137) (3bf9181)
- use assert instead of if statements (#150) (e4ef6e6)
- use boolean input instead of manual conversion (#127) (f1fe877)
- use spaces for indentation (#126) (ff2ff0f)
- use swc pack instead of ncc (#140) (3f9e947)
Other chores
- add basic e2e test workflow for main action (#141) (414c169)
- add manual trigger to the tests (4908a48)
- always use lf for build files (#122) (a9b9cfe)
- bump semver-regex from 3.1.2 to 3.1.3 (#114) (50c0ef9)
- bump tar from 4.4.13 to 4.4.19 (#112) (5f5673b)
- bump tmpl from 1.0.4 to 1.0.5 (#115) (92ec93f)
- clean up dependencies and eslint rules (#145) (3ae7999)
- clean up master references in release and workflows (#104) (a2d9b1c)
- clean up tsconfig and eslint rules (#123) (c20146f)
- lint root files with prettier and eslint (#125) (1cfa7bb)
- rebuild project (45b79a0)
- rebuild project after dependency bumps (b099f17)
- remove husky and improve ci build message (#128) (39b0d36)
- simplify review and update build detection (#142) (ee415b0)
- update
setup-node
action tov2
release (#119) (3b3e6b8) - update semantic release to update the build (354dc08)
- update the action manifest (633cdf0)
- upgrade dev dependencies and rebuild action (#120) (186ef00)
Documentation changes
- fix broken sup element in readme (0b1822a)
- fix github capitalization (#116) (b602469)
- fix unsplash comment on pr branch reference (#110) (f14253e)
- update default values in readme (c2f11d2)
- update expo.io links to expo.dev (#111) (1c8e5a2)
- update node version reference in readme (#107) (3ba667b)
- update readme and contributing guides (521de72)
- use
main
branch to updatev{major}
tag (#103) (def44e2)
6.0.0
6.0.0 (2021-06-22)
⚠ BREAKING CHANGES
- Github Action inputs are changed to allow both Expo and EAS CLI.
New features
Other chores
Documentation changes
5.5.1
5.5.0
5.5.0 (2021-06-17)
New features
- switch to node 14 for the action itself (f13b0ea)
Bug fixes
Code changes
- simplify typescript config with community config (#94) (da4e754)
- update all dependencies to latest versions (#93) (6bc0bed)
Other chores
- add semantic release for easy versioning (#95) (6354b0a)
- fix the allowed branches for semenatic release (6b8c488)
- mock the github actions warning to avoid leaking annotations (#96) (a11a47a)
- tweak the release workflow (79ebfbc)
Documentation changes
- add missing release step to contributing guide (04e3b32)
5.4.0
5.4.0 (2021-01-12)
New features
Code refactors
- use official actions cache package instead of cypress fork (#62) (0eb46e9)
- output cache errors with actions core (187c4ad)
- group output by steps for readability (#70) (75b743c)
- update all dev dependencies to latest version (#71) (ed7f67d)
Documentation changes
- update the cache description without the fork (13d7820)
- update readme to latest expo cli and node (#77) (6c0f4d7)