Using the TFS API to create Release Notes from Builds
Join the DZone community and get the full member experience.
Join For FreeTarun Arora - TFS API–Release Notes From TFS Builds
Agile taught us to release early and release often, Agile also taught us to get the end user involved more frequently and directly. Goes without saying that release notes are an important part of any release. But what you don’t want to be doing is manually putting together the release notes with each frequent release you do. TFS lets you manage the application lifecycle with great ease & minimal administrative overhead, if your team is already checking in the code against work items and if you are using the TFS build infrastructure, good news is you already have all the raw material for your release notes stored in the TFS repository, in this blog post I’ll show you how to use the TFS API to generate the release notes from the Team builds.
So… How does it work?
- => Click connect to get all Build Definitions for a Team Project
- => Filter by excluding Disabled Build Definitions, or select the no.
- of builds to return per build definition, or exclude failed,
- partially successful, stopped and in progress builds.
- => Click ‘Generate Release Notes’ to generate the release
- notes, you can also export the results to PDF
I thought this something that might come in handy. I thought this a cool means to build and share "release notes" while not requiring lots of time writing them up.
Published at DZone with permission of Greg Duncan, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
Building and Deploying Microservices With Spring Boot and Docker
-
Building A Log Analytics Solution 10 Times More Cost-Effective Than Elasticsearch
-
What Is Test Pyramid: Getting Started With Test Automation Pyramid
-
Build a Simple Chat Server With gRPC in .Net Core
Comments