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: RELEASING.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ Release to Nuget
11
11
4.`git commit -am "Create release X.Y.Z."` (where X.Y.Z is the new version)
12
12
5.`git tag -a X.Y.Z -m "Version X.Y.Z"` (where X.Y.Z is the new version)
13
13
6. The CI pipeline will recognize the tag and upload the artifacts to nuget and generate changelog automatically
14
+
7. Push to github with `git push && git push --tags`
15
+
8. Create a PR to merge to main
14
16
15
17
Release to OpenUPM
16
18
==========
@@ -20,4 +22,4 @@ sh upm_release.sh <directory>
20
22
```
21
23
NOTE: `<directory>` is a required folder to setup sandbox for release. it should be **outside** the project folder.
22
24
23
-
the script will setup a sandbox to pack the artifacts and create a `unity/<version>` tag on github. OpenUPM checks the `unity/<version>` tag periodically and create a release automatically.
25
+
the script will setup a sandbox to pack the artifacts and create a `unity/<version>` tag on github. OpenUPM checks the `unity/<version>` tag periodically and create a release automatically.
0 commit comments