{"id":29177811,"url":"https://github.com/totvs/azure-release-notes-generator","last_synced_at":"2025-07-01T18:08:09.237Z","repository":{"id":47006009,"uuid":"199975286","full_name":"totvs/azure-release-notes-generator","owner":"totvs","description":"A release notes generator based on Azure DevOps commits (aka VSTS)","archived":false,"fork":false,"pushed_at":"2021-09-17T16:40:38.000Z","size":50,"stargazers_count":2,"open_issues_count":1,"forks_count":3,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-04-14T07:47:27.022Z","etag":null,"topics":["azure","azure-devops","conventional-changelog","conventional-commits","vsts"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/totvs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-01T04:16:36.000Z","updated_at":"2024-04-14T07:47:27.022Z","dependencies_parsed_at":"2022-09-02T22:33:36.429Z","dependency_job_id":null,"html_url":"https://github.com/totvs/azure-release-notes-generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/totvs/azure-release-notes-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/totvs%2Fazure-release-notes-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/totvs%2Fazure-release-notes-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/totvs%2Fazure-release-notes-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/totvs%2Fazure-release-notes-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/totvs","download_url":"https://codeload.github.com/totvs/azure-release-notes-generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/totvs%2Fazure-release-notes-generator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263013731,"owners_count":23399815,"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","conventional-changelog","conventional-commits","vsts"],"created_at":"2025-07-01T18:08:08.548Z","updated_at":"2025-07-01T18:08:09.214Z","avatar_url":"https://github.com/totvs.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# azure-release-notes-generator\n\nA release notes generator based on Azure DevOps commits using the [Conventional Commits](https://www.conventionalcommits.org) specification.\n\nThe release notes markdown file is generated base on the commits pushed to a determinated branch and period.\n\n\u003e This project was based on [Spring's GitHub Release Notes Generator][github-generator]\n\n## Getting started\n\nTo execute, run the following command:\n\n```bash\njava -jar azure-release-notes-generator.jar --spring.config.location=file:///tmp/dev/application.yml\n```\n\nTo generate the markdown file is necessary to configure your application properties like bellow:\n\n```yml\nreleasenotes:\n  title: Release Notes *\n  append: false\n  file: /tmp/CHANGELOG.md *\n  issue-link-base-url: https://dev.azure.com/foo/_workitems/edit *\n  azure:\n    username: user@domain.com *\n    password: **** *\n    organization: foo *\n    project: bar *\n    repository: test *\n    branch: master\n  releases:\n    - title: 1.1.0\n      from-date: 2019-07-20T00:00:00\n      to-date: 2019-08-02T23:59:59\n      branch: develop\n    - title: 1.0.0\n      from-date: 2019-07-06T00:00:00\n      to-date: 2019-07-19T23:59:59\n      branch: master\n```\n\n\u003e The properties marked with * are mandatory.\n\n### Sections\n\nBy default the release notes will contain the following sections:\n\n|Title|Emoji|Label Text|\n|---|---|---|\n|New Features|:star:|\"feat\", \"test\" or \"perf\"|\n|Bug Fixes|:beetle:|\"bug\" or \"fix\"|\n|Documentation|:notebook_with_decorative_cover:|\"doc\", \"docs\", \"style\" or \"chore\"|\n|Refactorings|:wrench:|\"refactor\"|\n\nIs possible to customized adding sections in the YAML properties file:\n\n```yml\n  sections:\n    - title: Bugs\n      emoji: \":beetle:\"\n      labels: bug\n```\n\n[github-generator]: https://github.com/spring-io/github-release-notes-generator\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftotvs%2Fazure-release-notes-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftotvs%2Fazure-release-notes-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftotvs%2Fazure-release-notes-generator/lists"}