Can we generate release notes from TFS -


Can we get information released from check-in history?

We are using TFS 2012.

We get released most of the time every week or every 14 days.

Can we make a release document from TFS?

How to do something

One way to do this is to work items (such as user stories And worms) to generate your release notes

But for this, your team needs discipline to file an information in TFS, which allows it to add items of work with the release. For example:

  • Requirement of developers to add a change set with task items
  • In the "Iteration" or "Build in work items to identify the release Integrated "Use

    Then you can create a suitable team query and export it to Excel to create release notes.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

c# - passing input text from view to contoller with FacebookContext using Facebook app -

Calling a C++ function from C# by passing a string with variable size to it -