Skip to content

Commit 68199e8

Browse files
authored
Merge pull request #312 from watson-developer-cloud/feature-release-documentation
Feature release documentation
2 parents bb68841 + 7178203 commit 68199e8

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,4 @@ exclude-filter.txt.meta
6666
/Travis/README.md.meta
6767
/Travis/runTests.sh.meta
6868
/Travis/TravisBuild.cs.meta
69+
Docs/publishing-release.md.meta

Docs/publishing-release.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
The following tasks should be completed before publishing a release. Track the progress of the release by copying and pasting the tasks below into an issue for the release.
2+
3+
#### Github and Project Planning
4+
5+
- [ ] Review and merge any outstanding pull requests.
6+
- [ ] Review any oustanding issues assigned to this release milestone.
7+
- [ ] Branch from `develop` to `rc-[version]`, ex: `rc-2.0.0`.
8+
- [ ] Draft release with version in the format of `v2.0.0` targeting the 'master' branch. Standard release should be named using the format `Watson Developer Cloud Unity SDK [version]`, ex: `Watson Developer Cloud Unity SDK v2.0.0`.
9+
10+
#### Source Changes (in `rc` branch)
11+
- [ ] Update `String.Version` in `Scripts/Utilities/Constants.cs` to the current version, ex: `watson-apis-unity-sdk/2.0.0`
12+
- [ ] Update changelog.
13+
- [ ] Update `PROJECT_NUMBER` in `Doxyfile` to current version.
14+
15+
#### Publish Release
16+
17+
- [ ] Create a pull request to merge `rc` branch to `master`. After all checks have passed, merge the PR.
18+
- [ ] Publish release.
19+
- [ ] Create a pull request to merge `rc` branch into the `development` branch.

Scripts/Utilities/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public static class Path
4747
public static class String
4848
{
4949
/// <exclude />
50-
public const string Version = "watson-apis-unity-sdk/1.0.0";
50+
public const string Version = "watson-apis-unity-sdk/2.0.0";
5151
/// <exclude />
5252
public const string DebugDispalyQuality = "Quality: {0}";
5353
}

0 commit comments

Comments
 (0)