File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ bugsnag-osx/bugsnag-osx/Bugsnag.framework
77xcuserdata
88xcodebuild.log
99build.log
10+ * .unitypackage
Original file line number Diff line number Diff line change @@ -64,16 +64,16 @@ A simple project can be found at (examples/Assets/Buttons.unity](https://github.
6464
6565## Releasing a new version
6666
67- - Update the CHANGELOG
68- - Update the version number in `src/BugsnagUnity.mm` and
69- `android/src/main/java/com/bugsnag/android/unity/UnityClient.java`
70- - Build the package
67+ - Build the package, ensuring it can be run correctly:
7168
7269 ```
7370 rake build
7471 ```
7572
76- - Commit the new build and tag in git
73+ - Update the CHANGELOG
74+ - Update the version number in `src/BugsnagUnity.mm` and
75+ `android/src/main/java/com/bugsnag/android/unity/UnityCallback.java`
76+ - Commit the changelog and version updates:
7777
7878 ```
7979 git commit -am "v2.x.x"
@@ -85,7 +85,7 @@ A simple project can be found at (examples/Assets/Buttons.unity](https://github.
8585 - https://github.com/bugsnag/bugsnag-unity/releases/new?tag=v2.x.x
8686 - set the title to the tag name
8787 - copy the CHANGELOG entry to the release notes
88- - upload `Bugsnag.unityframework `
88+ - upload `Bugsnag.unitypackage `
8989
9090## Update docs.bugsnag.com
9191
You can’t perform that action at this time.
0 commit comments