Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

azure-pipelines: Extension release template improvements #1788

Merged
merged 49 commits into from
Sep 9, 2024

Conversation

alexweininger
Copy link
Member

The focus of these improvements is to add safety features to prevent mistakes and accidental releases. These include:

  1. Releases will require approval from an environment. The environment can be specified and every environment can have a different group of approvals. And you can enable/disable self approval.
  2. A version string is required at pipeline run time that will be matched against the version present in the package.json downloaded from the build pipeline artifacts.
  3. Added a "Dry Run" parameter that when set will skip the last step that actually publishes the extension.

bwateratmsft
bwateratmsft previously approved these changes Sep 9, 2024
@alexweininger alexweininger merged commit ceb419a into main Sep 9, 2024
3 checks passed
@alexweininger alexweininger deleted the alex/release-testing branch September 9, 2024 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants