{"id":16781404,"url":"https://github.com/kharkevich/ado-semantic-release","last_synced_at":"2026-05-21T07:43:58.513Z","repository":{"id":38214090,"uuid":"501036628","full_name":"kharkevich/ado-semantic-release","owner":"kharkevich","description":"Azure DevOps extension: Semantic Release","archived":false,"fork":false,"pushed_at":"2022-08-16T02:17:36.000Z","size":146,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-23T07:25:55.552Z","etag":null,"topics":["azure","azure-devops","azuredevops-extension","semantic-release"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=kharkevich.ado-semantic-release","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kharkevich.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"kharkevich"}},"created_at":"2022-06-07T23:39:19.000Z","updated_at":"2024-10-23T13:13:28.000Z","dependencies_parsed_at":"2022-09-04T14:52:53.549Z","dependency_job_id":null,"html_url":"https://github.com/kharkevich/ado-semantic-release","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kharkevich%2Fado-semantic-release","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kharkevich%2Fado-semantic-release/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kharkevich%2Fado-semantic-release/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kharkevich%2Fado-semantic-release/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kharkevich","download_url":"https://codeload.github.com/kharkevich/ado-semantic-release/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243933439,"owners_count":20370986,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azure","azure-devops","azuredevops-extension","semantic-release"],"created_at":"2024-10-13T07:42:59.859Z","updated_at":"2026-05-21T07:43:58.480Z","avatar_url":"https://github.com/kharkevich.png","language":"TypeScript","funding_links":["https://github.com/sponsors/kharkevich"],"categories":[],"sub_categories":[],"readme":"# Semantic Release Azure DevOps pipeline extensions\n\n## Release notes\n\nGenerate Release notes based on conventional commits by pipeline step\n\n## release-notes task\n\nAzure pipelines (default parameters):\n```yaml\nsteps:\n- task: release-notes@1\n  displayName: 'Release notes'\n```\n\nAzure pipelines (all parameters):\n```yaml\nsteps:\n- task: release-notes@1\n  displayName: 'Release notes'\n  inputs:\n    releaseNotesFrom: 1.0.0\n    releaseNotesTo: HEAD\n    releaseNotesPath: docs/release-notes.md \n    releaseNotesTemplatePath: src/main/resources/release-notes-template.md\n    setVersionToGitTag: true\n    gitTagPrefix: v\n    gitTagSuffix: alpha\n    hideSubprocessOutput: true\n    workingDirectory:  $(Build.SourcesDirectory)\n    normalizeMergeCommit: true\n```\n\n## push-git-tag task\n\n**Description:** Push all git tags or only the latest git tag to the ADO git repository\n\nPrecondition:\n\nGit credentials, user name and email should be configured before running this task.\nSee [Microsoft docs page](https://docs.microsoft.com/en-us/azure/devops/pipelines/scripts/git-commands?view=azure-devops\u0026tabs=yaml/) for more information.\n\nExample:\n```yaml\nsteps:\n  - checkout: self\n    persistCredentials: true\n    clean: true\n    displayName: \"Allow scripts to access the system token\"\n  - script: |\n      git config user.email noreply@example.com\n      git config user.name \"ADO Build agent\"\n    displayName: \"Configure git user\"\n```\n\nAzure pipelines (default parameters):\n```yaml\nsteps:\n- task: push-git-tag@1\n  displayName: 'Push git tag'\n```\n\nAzure pipelines (all parameters):\n```yaml\nsteps:\n- task: push-git-tag@1\n  displayName: 'Push git tag'\n  inputs:\n    publishLatestTagOnly: true\n    remoteName: origin\n    hideSubprocessOutput: true\n    workingDirectory:  $(Build.SourcesDirectory)\n``` \n\n## update-yaml\n\n**Description:** Update key:value in the yaml file (e.g. version)\n\nAzure pipelines (minimal allowed parameters):\n```yaml\nsteps:\n- task: update-yaml@1\n  displayName: 'Update yaml'\n  inputs:\n    filename: Chart.yaml\n    key: version\n```\n\nAzure pipelines (all parameters):\n```yaml\nsteps:\n- task: update-yaml@1\n  displayName: 'Update yaml'\n  inputs:\n    filename: Chart.yaml\n    key: version\n    value: 3.2.1 # if omitted will use the latest git tag\n    createBackup: true # create a backup of the original file\n    hideSubprocessOutput: true\n    workingDirectory:  $(Build.SourcesDirectory)\n```\n\nSee [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) for specification.\n\n---\n[Icons by Flaticon](https://www.flaticon.com/free-icons/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkharkevich%2Fado-semantic-release","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkharkevich%2Fado-semantic-release","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkharkevich%2Fado-semantic-release/lists"}