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
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
- You can build the app for iPhone or Android using the custom Build menu.
22
22
23
23
## Testing Changes
24
-
A simple project can be found at (examples/Assets/Buttons.unity](https://github.com/bugsnag/bugsnag-unity/blob/master/example/Assets/Buttons.unity), which allows various crashes to be triggered by clicking buttons.
24
+
A simple project can be found at [examples/Assets/Buttons.unity](https://github.com/bugsnag/bugsnag-unity/blob/master/example/Assets/Buttons.unity), which allows various crashes to be triggered by clicking buttons.
25
25
26
26
## Upgrading bugsnag-cocoa/bugsnag-android
27
27
@@ -62,8 +62,16 @@ A simple project can be found at (examples/Assets/Buttons.unity](https://github.
62
62
rake build:android
63
63
```
64
64
65
+
65
66
## Releasing a new version
66
67
68
+
## Release Checklist
69
+
Please follow the testing instructions in [the platforms release checklist](https://github.com/bugsnag/platforms-release-checklist/blob/master/README.md), and any additional steps directly below.
70
+
71
+
- Disable development mode in the Unity Build dialog when testing release builds.
72
+
73
+
### Instructions
74
+
67
75
- Build the package, ensuring it can be run correctly:
0 commit comments