Skip to content

Commit 6c124d0

Browse files
committed
Merge branch 'include-build-number-in-version' into only-list-changed-packages
2 parents 015cbf0 + c703a77 commit 6c124d0

File tree

3 files changed

+3
-115
lines changed

3 files changed

+3
-115
lines changed

src/release-plan.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ import { ReleaseSpecification } from './release-specification';
1010
* Instructions for how to update the project in order to prepare it for a new
1111
* release.
1212
*
13-
* @property releaseName - The name of the new release. For a polyrepo or a
14-
* monorepo with fixed versions, this will be a version string with the shape
15-
* `<major>.<minor>.<patch>`; for a monorepo with independent versions, this
16-
* will be a version string with the shape `<year>.<month>.<day>-<build
17-
* number>`.
13+
* @property releaseDate - The date associated with the new release.
14+
* @property releaseNumber - The number of the new release, as 1 + the number of
15+
* the previous release.
1816
* @property packages - Information about all of the packages in the project.
1917
* For a polyrepo, this consists of the self-same package; for a monorepo it
2018
* consists of the root package and any workspace packages.

src/workflow-operations.test.ts

Lines changed: 0 additions & 40 deletions
This file was deleted.

src/workflow-operations.ts

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)