We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate Release Notes (Node Cross Platform)
Azure DevOps Services
No response
Receiving an error as follows: The number of template files and output files must be the same
Kept the inline template simple to test and still receiving an error.
YAML for step:
- task: richardfennellBM.BM-VSTS-XplatGenerateReleaseNotes.XplatGenerate-Release-Notes.XplatGenerateReleaseNotes@4 displayName: 'Generate Release Notes based on Release Comparison API' inputs: outputfile: '$(System.DefaultWorkingDirectory)/releasenotes.md' templateLocation: InLine inlinetemplate: | # Everyturn Build **branch**: sortCS: true sortWi: true replaceFile: false appendToFile: false getParentsAndChildren: true getAllParents: true checkForManuallyLinkedWI: true
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Azure DevOps Extensions
Generate Release Notes (Node Cross Platform)
Platform
Azure DevOps Services
Azure DevOps Server (TFS) Version
No response
Extension Version
No response
Describe the bug
Receiving an error as follows:
The number of template files and output files must be the same
Kept the inline template simple to test and still receiving an error.
YAML for step:
Repo Steps
Expected Behavior
No response
Logging Information
No response
The text was updated successfully, but these errors were encountered: