-
Notifications
You must be signed in to change notification settings - Fork 0
Add build notes generation to build-docs workflow and fix BuildMark bugs #20
New issue
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
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
0146f54
Initial plan
Copilot ee810b7
Add build notes generation infrastructure
Copilot 68ccdd0
Address PR feedback: move download step, add mermaid filter, fix intro
Copilot c0669de
Move Install BuildMark Tool step after Download step
Copilot 30dda21
Fix bug: use HEAD when build version tag doesn't exist
Copilot 7213897
Improve exception handling: catch specific InvalidOperationException
Copilot 2f2c0f5
Add GH_TOKEN env var for BuildMark to access GitHub CLI
Copilot 48556ba
Fix jq expression quotes for Windows compatibility
Copilot c3eb81c
Support squash merges by parsing all commits for PR references
Copilot 5e54119
Fix spelling error in test mock commit hash
Copilot 26a23dd
Use GitHub API to find PRs by commit hash when no PR numbers in messages
Copilot ee810f4
Remove commit message parsing for security - use GitHub API exclusively
Copilot 3d87dac
Use GitHub API to get PR linked issues instead of parsing body
Copilot a07aa52
Add --state all to gh pr list to include closed PRs
Copilot 3959b60
Fix gh pr list parameter order: move --search after --jq
Copilot 1820ba1
Add fetch-depth: 0 to checkout for full git history in CI
Copilot 37fa333
Add temporary debug output to diagnose CI PR detection issue
Copilot d8c5223
Use GitHub API instead of git log and pipe commits for batch PR search
Copilot 625b2b3
Implement stdin piping: run gh api first, pipe output to gh pr list
Copilot c9de260
Remove debug output and fix code formatting for merge readiness
Copilot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| --- | ||
| resource-path: | ||
| - docs/buildnotes | ||
| - docs/template | ||
|
|
||
| input-files: | ||
| - docs/buildnotes/title.txt | ||
| - docs/buildnotes/introduction.md | ||
| - docs/buildnotes.md | ||
|
|
||
| template: template.html | ||
|
|
||
| table-of-contents: true | ||
|
|
||
| number-sections: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| # Introduction | ||
|
|
||
| This document contains the build notes for the BuildMark project. | ||
|
|
||
| ## Purpose | ||
|
|
||
| This report serves as a comprehensive record of changes and bug fixes for this | ||
| release of BuildMark. It provides transparency about what has changed since the | ||
| previous version and helps users understand the improvements and fixes included | ||
| in this build. | ||
|
|
||
| ## Scope | ||
|
|
||
| This build notes report covers: | ||
|
|
||
| - Version information and commit details | ||
| - Changes and new features implemented | ||
| - Bugs fixed in this release | ||
|
|
||
| ## Generation Source | ||
|
|
||
| This report is automatically generated by the BuildMark tool itself, analyzing the | ||
| Git repository history and issue tracking information. It serves as evidence that | ||
| the BuildMark tool can successfully generate build notes for real-world projects. | ||
|
|
||
| ## Audience | ||
|
|
||
| This document is intended for: | ||
|
|
||
| - Software developers working on BuildMark | ||
| - Users evaluating what has changed in this release | ||
| - Project stakeholders tracking progress | ||
| - Contributors understanding recent changes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| --- | ||
| title: BuildMark Tool | ||
| subtitle: Build Notes | ||
| author: DEMA Consulting | ||
| description: Build notes for the BuildMark Tool for generating markdown build notes | ||
| lang: en-US | ||
| keywords: | ||
| - BuildMark | ||
| - Build Notes | ||
| - Release Notes | ||
| - C# | ||
| - .NET | ||
| - Documentation | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.