Skip to content

Commit 2523b3e

Browse files
authored
Address feedback. (#3935)
1 parent 9c928ef commit 2523b3e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/Versioning.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ Up until now, all packages were in lockstep in-terms of versioning. As a result,
1111
were tagged with the version of all those packages (e.g. v0.15.0, v0.15.1) and labeled accordingly.
1212
With the decoupling of package versions, we now need to revisit our GitHub release tagging.
1313
The proposal is that we move towards an integer release numbering for our repo and each such
14-
release will call out specific version upgrades of each package. For instance, with the May release,
14+
release will call out specific version upgrades of each package. For instance, with
15+
[the April 30th release](https://github.com/Unity-Technologies/ml-agents/releases/tag/release_1),
1516
we will have:
16-
- GitHub Release 1 (branch name: release_1_branch)
17+
- GitHub Release 1 (branch name: *release_1_branch*)
1718
- com.unity.ml-agents release 1.0.0
1819
- ml-agents release 0.16.0
1920
- ml-agents-envs release 0.16.0

0 commit comments

Comments
 (0)