Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
hemarina committed Sep 9, 2024
1 parent b36df64 commit 69a6276
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ext/azuredevops/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ From `setupAzd` folder, run `npm test`
## Release

- Update `setupAzd/task.json` with the `version` number.
- Update `vss-extension.json` with the `version` to release.
- Update `vss-extension.json`, `package.json` and `package-lock.json` with the `version` to release.
- Run the `build` steps to produce the `vsix` release artifact.
- Follow [publish steps](https://learn.microsoft.com/en-us/azure/devops/extend/develop/add-build-task?view=azure-devops#5-publish-your-extension) to update the Marketplace.
4 changes: 2 additions & 2 deletions ext/azuredevops/setupAzd/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ext/azuredevops/setupAzd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-azd",
"version": "0.12.0",
"version": "0.14.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 69a6276

Please sign in to comment.