Searched refs:commits (Results 1 – 20 of 20) sorted by relevance
| /expo/react-native-lab/ |
| H A D | README.md | 17 …commits in projects that use the unversioned (that is, latest) SDK, add them to `sdk-*`. We do thi… 19 … is an upstream release plus a small number of commits that have been merged upstream (and prefer … 25 … in a nominal working state, we apply the `expo#sdk-*-candidate` branch's commits to `expo#master`.
|
| /expo/tools/src/publish-packages/ |
| H A D | helpers.ts | 105 if (logs && logs.commits.length > 0) { 108 [...logs.commits].reverse().forEach((commitLog) => { 158 const commits = await gitDir.logAsync({ constant 165 toCommit: commits[0]?.hash, 177 commits,
|
| H A D | types.ts | 158 commits: GitLog[];
|
| /expo/guides/ |
| H A D | Git and Code Reviews.md | 22 …commits on top of the “main” branch. All of the Git repositories keep a linear history, which make… 40 We rebase commits on top of main instead of merging them. The team’s understanding of Git and some … 61 …ster feedback on whether you’re working in the right direction. Frequent commits also reduce large… 65 …commits that fix small bugs or address code review feedback usually should be squashed in the same… 67 …commits when updating PRs.** Specifically, GitHub doesn't show the diff between old and new squash…
|
| /expo/guides/releasing/ |
| H A D | Release Branches.md | 18 … ensure that both branches receive the fix. We maintain one invariant: **commits flow in one direc… 26 …xpectations for our team as to the latest versions of packages and which commits need to be cherry… 44 …elease branch. This is especially true if we’ve landed a large series of commits on main, made a s… 54 … commit it to main without new commits to main breaking the versioned code. We defer merging high-… 70 …rsions from main (especially major and minor prereleases), so prerelease commits will likely be mo…
|
| H A D | Release Workflow.md | 147 …ebase the release branch on top of `main` until `main` starts to include commits that you do not w… 216 **Why:** Most commits should flow in the `main` -> `sdk-XX` branch direction. Versioning is an exce… 220 - Cherry-pick all versioning commits from `sdk-XX` to `main`.
|
| /expo/.github/workflows/ |
| H A D | create-expo-app.yml | 30 - name: ⬇️ Fetch commits from base branch
|
| H A D | cli.yml | 40 - name: ⬇️ Fetch commits from base branch
|
| H A D | sdk.yml | 38 - name: ⬇️ Fetch commits from base branch
|
| /expo/tools/src/ |
| H A D | Git.ts | 341 async cherryPickAsync(commits: string[], options: GitCherryPickOptions = {}): Promise<void> { 343 await this.runAsync(['cherry-pick', ...commits], spawnOptions);
|
| /expo/docs/pages/eas-update/ |
| H A D | deployment-patterns.mdx | 89 3. Set up `expo-github-action` to publish updates when merging commits to branches. 125 3. Set up `expo-github-action` to publish updates to the required platforms when merging commits to… 162 3. Set up `expo-github-action` to publish updates when merging commits to branches. 170 …3. Merge commits into the "version-2" branch until the new features and fixes are ready and stable. 177 …5. Merge commits into the "version-2" branch until the new features and fixes are ready and stable. 184 …anches and EAS Update branches. It also creates a mapping between GitHub commits and EAS Update up…
|
| H A D | eas-cli.mdx | 10 …ed list of updates, similar to a Git branch, which is an ordered list of commits. With EAS Update,…
|
| H A D | how-it-works.mdx | 44 We can think of EAS branches just like Git branches. Just as Git branches contain a list of commits…
|
| /expo/tools/src/code-review/ |
| H A D | index.ts | 70 depth: pr.commits + 1,
|
| /expo/packages/create-expo-module/build/ |
| H A D | utils.js.map | 1 …e GitHub username from an email address if the email can be found in any commits on GitHub.\n */\n…
|
| /expo/docs/pages/guides/ |
| H A D | using-sentry.mdx | 179 …r not to tell Sentry about which commits are associated with a new release. This allows Sentry to …
|
| /expo/ios/vendored/sdk47/react-native-screens/ios/ |
| H A D | ABI47_0_0RNSScreenStack.mm | 774 …// https://github.com/software-mansion/react-native-screens/pull/1442/commits/74d4bae321875d8305ad…
|
| /expo/ios/vendored/sdk48/react-native-screens/ios/ |
| H A D | ABI48_0_0RNSScreenStack.mm | 774 …// https://github.com/software-mansion/react-native-screens/pull/1442/commits/74d4bae321875d8305ad…
|
| /expo/ios/vendored/sdk49/react-native-screens/ios/ |
| H A D | ABI49_0_0RNSScreenStack.mm | 813 …// https://github.com/software-mansion/react-native-screens/pull/1442/commits/74d4bae321875d8305ad…
|
| /expo/ios/vendored/unversioned/react-native-screens/ios/ |
| H A D | RNSScreenStack.mm | 813 …// https://github.com/software-mansion/react-native-screens/pull/1442/commits/74d4bae321875d8305ad…
|