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
Copy file name to clipboardExpand all lines: AmplifyPlugins/DataStore/AWSDataStoreCategoryPluginIntegrationTests/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ The following steps demonstrate how to set up DataStore with a conflict resoluti
7
7
8
8
1.`amplify init` and choose `iOS` for type of app you are building
9
9
10
-
2. Create the `schema.graphql` file in the same directory and use the schema from [AmplifyTestCommon](https://github.com/aws-amplify/amplify-ios/blob/master/AmplifyTestCommon/Models/schema.graphql)
10
+
2. Create the `schema.graphql` file in the same directory and use the schema from [AmplifyTestCommon](https://github.com/aws-amplify/amplify-ios/blob/main/AmplifyTestCommon/Models/schema.graphql)
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,15 @@ All notable changes to this project will be documented in this file. See [standa
4
4
5
5
## Unreleased
6
6
7
-
### ⚠ BREAKING CHANGES
8
-
***Tools:** Update Amplify tools script to resolve min CLI version for codegen changes ([#554](https://github.com/aws-amplify/amplify-ios/pull/554))
9
-
10
7
### Bug Fixes
11
8
12
9
***DataStore:** Fixed a DataStore issue where lazy `List<M>` initialization would fail for relationships 3+ levels deep ([#534](https://github.com/aws-amplify/amplify-ios/pull/534))
13
10
***Tools:** Update Amplify tools script to resolve node correctly when NVM is installed ([#524](https://github.com/aws-amplify/amplify-ios/pull/524))
11
+
***Tools:** Update Amplify tools script to resolve min CLI version for codegen changes ([#554](https://github.com/aws-amplify/amplify-ios/pull/554))
12
+
13
+
### Misc
14
+
15
+
* Changed the repo's default branch to 'main' ([#579](https://github.com/aws-amplify/amplify-ios/pull/579))
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,20 +156,20 @@ Create a commit with the proposed change changes:
156
156
### Step 6: Pull Request
157
157
158
158
- Push your changes to your GitHub fork
159
-
- Submit a Pull Requests on the aws-sdk-ios repo to the `master` branch and add the Amplify Native team using @aws-amplify/amplify-native so we can approve/provide feedback.
159
+
- Submit a Pull Requests on the amplify-ios repo to the `main` branch and add the Amplify Native team using @aws-amplify/amplify-native so we can approve/provide feedback.
160
160
- The title of your PR must be descriptive to the specific change.
161
161
- No period at the end of the title.
162
162
- Pull Request message should indicate which issues are fixed: `fixes #<issue>` or `closes #<issue>`.
163
163
- PR messaged should include shout out to collaborators.
164
164
- If not obvious (i.e. from unit tests), describe how you verified that your change works.
165
165
- If this PR includes breaking changes, they must be listed at the top of the changelog as described above in the Pull Request Checklist.
166
166
- Discuss review comments and iterate until you get at least one “Approve”. When iterating, push new commits to the same branch.
167
-
- Usually all these are going to be squashed when you merge to master.
167
+
- Usually all these are going to be squashed when you merge to main.
168
168
- Make sure to update the PR title/description if things change.
169
-
- Rebase with master if the master branch has commits ahead of your fork.
169
+
- Rebase with the `main` branch if it has commits ahead of your fork.
170
170
171
171
### Step 7: Merge
172
-
Once your PR has been approved and tested, we will merge it into `master` for you and barring any unforeseen circumstances, your changes will be released in our next version. Yay!!
172
+
Once your PR has been approved and tested, we will merge it into `main` for you and barring any unforeseen circumstances, your changes will be released in our next version. Yay!!
173
173
174
174
## Troubleshooting
175
175
@@ -206,6 +206,6 @@ If you discover a potential security issue in this project we ask that you notif
206
206
207
207
## Licensing
208
208
209
-
See the [LICENSE](https://github.com/aws-amplify/amplify-ios/blob/master/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
209
+
See the [LICENSE](https://github.com/aws-amplify/amplify-ios/blob/main/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
210
210
211
211
We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.
0 commit comments