Skip to content

Allows you to generate release notes gathered from workitems and changesets in TFS.

License

Notifications You must be signed in to change notification settings

vbjay/TFS-Release-Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rebased on 12/14/2017

Stories in Ready Stories in In Progress Github Releases

TFS-Release-Notes

Generates a list of files changed from a work item.

Use

See Sample Script to see how to use this module. Authentication is now handled with Personal Access Tokens

Types of Info

  • Get-Tfs: Allows you to get a TfsCollection object that you can use to gather nore information from TFS and pass to the other Cmdlets to prevent having to reauthenticate

Changesets

  • Get-UnlinkedChangsets: Allows you to find changesets that are not linked to any workitems
  • Get-ChangesetFiles: Allows you to get details about the changed files in a changeset

WorkItems

All workitem Cmdlets have an an option to process all children workitems too. This allows you to specify a feature workitem and get all sub workitems.

  • Get-WorkItemFiles: Allows you to get a list of files modifed by a workitem
  • Get-WorkItemChangesets: Allows you to get associated changesets of specified workitems
  • Get-WorkItemAttachments: Allows you to get the files that are attached to workitems and optionally generate a zip of those files.  You can filter the names of the attachments using regex.