Conversation
…h to main Co-authored-by: chefgs <7605658+chefgs@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add GitHub Actions for version bump and documentation updates
Add automated version bump, GitHub Pages redeploy, and docs badge sync on push to main
Mar 17, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Every push to
mainshould automatically bump the patch version, keep the live docs site current, and sync the version badge — none of which were wired up.Changes
.github/workflows/release.yml(new)Triggers on every push to
main; skips bot commits and[skip ci]messages to prevent infinite loops.cli/__version__.py(0.4.0→0.4.1), writes output viaGITHUB_OUTPUT## [markerhugo-docs/content/_index.mdvia generic regex (version-[0-9]+\.[0-9]+\.[0-9]+-blue) so it works regardless of badge/code version driftgithub-actions[bot]with[skip ci], creates avX.Y.Ztag, and pushes both.github/workflows/pages.yml(modified)Removed the
pathsfilter (hugo-docs/**) so the Hugo site redeploys on every push tomain, not just when Hugo sources change — ensuring the live site reflects version bumps and any other repo changes immediately.📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.