Skip to content

We should be able to complete all tasks for a release in a branch before creating the release tag #3909

@daxian-dbw

Description

@daxian-dbw

Ideally, we should create a release branch and complete all release tasks using that branch, including generating all packages and update all docs, and then push the release tag and merge the release branch to master.

However, this cannot be done currently because our build depends on the release tag to generate GitCommitId for $PSVersionTable. and thus the release tag has to be pushed before starting the release tasks.

To break this dependency, we should update Start-PSBuild to accept a GitCommitId string and update the Jenkins build script so that the GitCommitId string can be passed to the build pipeline.

Tasks

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions