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: CONTRIBUTING.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ for any of the following plugins, we encourage you to submit it
49
49
## Setting up tools
50
50
51
51
There are scripts for many common tasks (testing, formatting, etc.) that will likely be useful in preparing a PR.
52
-
See [plugin_tools](./script/tool/README.MD) for more details.
52
+
See [plugin_tools](./script/tool/README.md) for more details.
53
53
54
54
## Running the examples
55
55
@@ -139,7 +139,7 @@ pod lib lint --allow-warnings
139
139
XCUITests aren't usually configured with cocoapods in this repo. They are configured in a xcode workspace target named RunnerUITests.
140
140
To run all the XCUITests in a plugin, follow the steps in a regular iOS development workflow [here](https://developer.apple.com/library/archive/documentation/DeveloperTools/Conceptual/testing_with_xcode/chapters/05-running_tests.html)
141
141
142
-
For convenience, a [plugin_tools](./script/tool/README.MD) command [xctest](./script/tool/README.MD#run-xctests) could also be used to run all the XCUITests in the repo.
142
+
For convenience, a [plugin_tools](./script/tool/README.md) command [xctest](./script/tool/README.md#run-xctests) could also be used to run all the XCUITests in the repo.
* Verify changes with [plugin_tools](./script/tool/README.MD).
158
+
* Verify changes with [plugin_tools](./script/tool/README.md).
159
159
```sh
160
160
cd script/tool && pub get &&cd ../../
161
161
dart ./script/tool/lib/src/main.dart format --plugins plugin_name
@@ -231,7 +231,7 @@ Some things to keep in mind before publishing the release:
231
231
from people that immediately adopt it, and uncovering and resolving those
232
232
support issues will take more time if you're unavailable.
233
233
234
-
To release a package, a [publish-plugin](./script/tool/README.MD#publish-and-tag-release) tool script should be used. This command publishes the new version to pub.dev, and tags the commit in the format of `<package_name>-v<package_version>` then pushes it to upstream.
234
+
To release a package, a [publish-plugin](./script/tool/README.md#publish-and-tag-release) tool script should be used. This command publishes the new version to pub.dev, and tags the commit in the format of `<package_name>-v<package_version>` then pushes it to upstream.
235
235
236
236
Alternatively, one can release a package in the below 2-step process.
0 commit comments