Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit ae0d5fd

Browse files
committed
Update build spec file
1 parent 053abfc commit ae0d5fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specs/release-streams.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ Use the [Typescript Team](https://www.npmjs.com/package/typescript) as inspirati
1010
# Versioning
1111

1212
The versioning will be as follow:
13-
* -dev.<7-digit-commit-SHA>
13+
* -dev.<yyyyMMdd>.<7-digit-commit-SHA>
1414
* -rc.{Number}
1515

1616
# Daily Builds
1717
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.
1919

2020
```
2121
npm publish [<tarball>|<folder>] --tag next

0 commit comments

Comments
 (0)