Skip to content

Commit 8bce7a1

Browse files
authored
Release/1.0.3 (#17)
* Create release 1.0.3. * Updating release instructions
1 parent aaf8a5e commit 8bce7a1

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Analytics-CSharp/Analytics-CSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<Authors>Segment, Inc</Authors>
1212
<Description>The hassle-free way to add analytics to your C# app.</Description>
13-
<Version>1.0.2</Version>
13+
<Version>1.0.3</Version>
1414
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1515
<RepositoryUrl>https://github.com/segmentio/Analytics-CSharp</RepositoryUrl>
1616
<RepositoryType>git</RepositoryType>

Analytics-CSharp/Segment/Analytics/Version.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ namespace Segment.Analytics
22
{
33
internal static class Version
44
{
5-
internal const string SegmentVersion = "1.0.2";
5+
internal const string SegmentVersion = "1.0.3";
66
}
7-
}
7+
}

RELEASING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Release to Nuget
1111
4. `git commit -am "Create release X.Y.Z."` (where X.Y.Z is the new version)
1212
5. `git tag -a X.Y.Z -m "Version X.Y.Z"` (where X.Y.Z is the new version)
1313
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
1416

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

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

Comments
 (0)