Skip to content

Commit 45fab88

Browse files
committed
Remove package artifact, move to releases
1 parent 3cb70ef commit 45fab88

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ bugsnag-osx/bugsnag-osx/Bugsnag.framework
77
xcuserdata
88
xcodebuild.log
99
build.log
10+
*.unitypackage

Bugsnag.unitypackage

-1.12 MB
Binary file not shown.

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)