keptn-sandbox / keptn-azure-devops-extension

Azure DevOps Extension for integrating Keptn with your Azure DevOps Pipelines
Apache License 2.0
6 stars 4 forks source link

ci: add release automation #80

Closed pchila closed 2 years ago

pchila commented 2 years ago

Adds pre-release and release workflow. Packaged extension is added to both prerelease and release as an asset. Prerelease workflow will package the dev extension while releases will package the public extension Extension can be published directly using npm run publish(-dev) (the command is already added in the workflow but it's commented) once a PAT is available for publishing and is set in the AZDO_PUBTOKEN env variable.