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
{{ message }}
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: specs/release-streams.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,12 @@ Use the [Typescript Team](https://www.npmjs.com/package/typescript) as inspirati
10
10
# Versioning
11
11
12
12
The versioning will be as follow:
13
-
* -dev.<7-digit-commit-SHA>
13
+
* -dev.<yyyyMMdd>.<7-digit-commit-SHA>
14
14
* -rc.{Number}
15
15
16
16
# Daily Builds
17
17
Copying what the typescript team does, all our NPM packages would be pushed with the next tag to NPM on a daily basis at 12am .
18
-
(Build)[https://github.com/microsoft/botframework-cli/blob/master/build/botframework-cli-daily.yml] will be done from master. And triggered only once a day. (Release)[https://fuselabs.visualstudio.com/SDK_Public/_release?_a=releases&view=mine&definitionId=7] will be triggered on every time a new build is available.
18
+
[Build](https://github.com/microsoft/botframework-cli/blob/master/build/botframework-cli-daily.yml) will be done from master. And triggered only once a day. [Release](https://fuselabs.visualstudio.com/SDK_Public/_release?_a=releases&view=mine&definitionId=7) will be triggered on every time a new build is available.
0 commit comments