Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 1.38 KB

release.md

File metadata and controls

13 lines (11 loc) · 1.38 KB

Release process for PSDocs for Azure

The following sections describe the process for making a new release.

  • Update CHANGELOG with all changes since the last release (including all pre-release versions)
  • Submit a Pull Request for review
  • Navigate to Releases and select Draft a new release
  • SemVer is used to version the releases. To use the correct release/tag the following options are used:
    • A stable release: increment from the previous release e.g. v0.2.0
    • A pre-release: select the This is a pre-release option and select the build version from the previous build in Azure DevOps Pipelines. This version can be found from previous build run. E.g., for the recent Pull Request go to Pull Request -> Checks -> Analyze -> Azure Pipelines -> PSDocs.Azure-CI Build #0.2.0-B2103003
    • Wait for the deployment to be released in PowerShell Gallery
  • After a successful release, create another PR updating: