Skip to content

Release/1.0.3 #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Analytics-CSharp/Analytics-CSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<Authors>Segment, Inc</Authors>
<Description>The hassle-free way to add analytics to your C# app.</Description>
<Version>1.0.2</Version>
<Version>1.0.3</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/segmentio/Analytics-CSharp</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down
4 changes: 2 additions & 2 deletions Analytics-CSharp/Segment/Analytics/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ namespace Segment.Analytics
{
internal static class Version
{
internal const string SegmentVersion = "1.0.2";
internal const string SegmentVersion = "1.0.3";
}
}
}
4 changes: 3 additions & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Release to Nuget
4. `git commit -am "Create release X.Y.Z."` (where X.Y.Z is the new version)
5. `git tag -a X.Y.Z -m "Version X.Y.Z"` (where X.Y.Z is the new version)
6. The CI pipeline will recognize the tag and upload the artifacts to nuget and generate changelog automatically
7. Push to github with `git push && git push --tags`
8. Create a PR to merge to main

Release to OpenUPM
==========
Expand All @@ -20,4 +22,4 @@ sh upm_release.sh <directory>
```
NOTE: `<directory>` is a required folder to setup sandbox for release. it should be **outside** the project folder.

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.
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.