Skip to content

Commit f58a35a

Browse files
committed
chore(release): prepare v6.3.0 release notes and metadata
1 parent c0e51bf commit f58a35a

File tree

5 files changed

+54
-8
lines changed

5 files changed

+54
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ All notable changes to this project will be documented in this file.
2020

2121
The format loosely follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and semantic versioning principles when practical.
2222

23-
## [6.3] - 2025-08-14 (Initial Public Release)
23+
## [6.3.0] - 2025-08-19 (Initial Public Release)
2424
### Added
2525
- Interactive `index.html` Reveal.js slide deck with VA-focused Copilot Enterprise onboarding content.
26-
- Printable version: `GitHub_Copilot_Setup_Guide_PRINTABLE.html` featuring dynamic pagination, headers/footers, and auto-generated Table of Contents.
26+
- Printable version: `GitHub Copilot Setup Guide (for VA Employees).pdf` (exported from the printable HTML during release).
2727
- Accessibility enhancements (skip link, keyboard focus outlines, secured external links, reduced duplicate content).
2828
- SEO & social meta tags (OpenGraph, Twitter) for improved sharing preview.
2929
- PowerShell automation scripts in `copilot-instructions/`:
@@ -64,4 +64,4 @@ The format loosely follows [Keep a Changelog](https://keepachangelog.com/en/1.0.
6464

6565
---
6666

67-
[6.3]: https://github.com/KCoderVA/GitHub-Copilot-Setup-Guide/releases/tag/v6.3 (pending release tag)
67+
[6.3.0]: https://github.com/KCoderVA/GitHub-Copilot-Setup-Guide/releases/tag/v6.3.0

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Thanks for your interest in improving the GitHub Copilot Enterprise Setup Guide
3232
3. Make changes (ensure scripts include Apache 2.0 header).
3333
4. Run a quick validation:
3434
- Load `index.html` in a browser (check navigation & copy buttons)
35-
- Load `GitHub_Copilot_Setup_Guide_PRINTABLE.html` and use Print Preview
35+
- Verify the PDF `GitHub Copilot Setup Guide (for VA Employees).pdf` opens from the "Printable Version" button
3636
5. Commit with a conventional prefix (e.g., `feat:`, `fix:`, `docs:`).
3737
6. Push and open a Pull Request.
3838

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Interactive Reveal.js slide deck and printable guide to help VA employees (clini
2121
## Project Contents
2222

2323
- `index.html` – Interactive slide deck (optimized for web & accessibility)
24-
- `GitHub_Copilot_Setup_Guide_PRINTABLE.html`Paginated printable version with dynamic TOC
24+
- `GitHub Copilot Setup Guide (for VA Employees).pdf`Canonical printable version
2525
- `GitHub Copilot Setup Guide (for VA Employees).pdf` – Distributed PDF version
2626
- `copilot-instructions/` – PowerShell automation scripts, tasks, and Copilot instruction templates
2727
- `prompts/` – Role and domain-specific prompt template collections (clinical, analytics, security, etc.)
@@ -33,11 +33,11 @@ Interactive Reveal.js slide deck and printable guide to help VA employees (clini
3333
1. Fork or clone this repository.
3434
2. Enable GitHub Pages in repository settings: Source = `main` (root).
3535
3. Visit: `https://<your-username>.github.io/GitHub-Copilot-Setup-Guide/`.
36-
4. Open `index.html` for the interactive version or the printable variant for generating a PDF.
36+
4. Open `index.html` for the interactive version. For printing/distribution, use the PDF `GitHub Copilot Setup Guide (for VA Employees).pdf`.
3737

3838
## Printable Version
3939

40-
Use the "Printable Version" button in the top-right of `index.html` OR open `GitHub_Copilot_Setup_Guide_PRINTABLE.html` directly. Use your browser Print dialog (Landscape, margins = default) to export to PDF.
40+
Use the "Printable Version" button in the top-right of `index.html` to open the PDF (`GitHub Copilot Setup Guide (for VA Employees).pdf`).
4141

4242
## PowerShell Automation Scripts
4343
Located in `copilot-instructions/`:

RELEASE_NOTES.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Release 6.3.0 — GitHub Copilot Enterprise Setup Guide (VA)
2+
3+
Date: 2025-08-19
4+
Tag: v6.3.0
5+
6+
## Highlights
7+
- First public release of the interactive Reveal.js guide tailored for VA employees
8+
- Canonical printable artifact: "GitHub Copilot Setup Guide (for VA Employees).pdf"
9+
- Accessibility improvements and SEO metadata
10+
- Bundled Reveal.js and plugins to work offline on GitHub Pages
11+
12+
## New
13+
- index.html interactive guide with table of contents, navigation bar, keyboard access, and copy-to-clipboard for prompt blocks
14+
- Printable PDF available via "Printable Version" button
15+
- PowerShell scripts for productivity and compliance:
16+
- Add-LicenseHeaders.ps1
17+
- Clean-Workspace.ps1
18+
- Generate-ProductivityReport.ps1
19+
- Validate-Syntax.ps1
20+
- Validate-WorkspaceSetup.ps1
21+
- tasks.json (VS Code tasks)
22+
- Prompt templates under prompts/ for VA roles and domains
23+
- Documentation: README, CHANGELOG, CONTRIBUTING, CODE_OF_CONDUCT, SECURITY, DISCLAIMER
24+
25+
## Changes
26+
- Robust Reveal.js initialization to avoid blank page during GitHub Pages load
27+
- Correct canonical/og:url for project pages path
28+
- All “Printable Version” links now target the repository PDF
29+
30+
## Fixed
31+
- Duplicate TOC entry removed; various small content cleanups
32+
33+
## Compatibility
34+
- Hosted via GitHub Pages (project site): https://kcoderva.github.io/GitHub-Copilot-Setup-Guide/
35+
- All assets referenced using project-relative paths compatible with Pages
36+
37+
## Checks
38+
- Lint/syntax: HTML validated; no build system required
39+
- Accessibility: basic WCAG/508 considerations included; further audit planned
40+
41+
## How to use
42+
- Open `index.html` for the interactive guide
43+
- Click "Printable Version" to download the PDF for printing/distribution
44+
45+
## Acknowledgements
46+
- Reveal.js (MIT) and highlight.js; upstream license included in `dependencies/LICENSE.txt`

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,7 @@ <h2>Support & Reference Resources</h2>
12241224
</div>
12251225
</div>
12261226
<!-- Custom Navigation Bar -->
1227-
<a href="./GitHub_Copilot_Setup_Guide_PRINTABLE.html" class="print-link" title="Printable PDF-Friendly Version">Printable Version</a>
1227+
<a href="./GitHub Copilot Setup Guide (for VA Employees).pdf" class="print-link" title="Printable PDF-Friendly Version">Printable Version</a>
12281228
<div id="custom-nav-bar" aria-label="Slide navigation" tabindex="0" role="navigation">
12291229
<button id="nav-back" aria-label="Back"><span class="nav-icon">&#8592;</span>Back</button>
12301230
<button id="nav-toc" aria-label="Table of Contents"><span class="nav-icon">&#9776;</span>Table of Contents</button>

0 commit comments

Comments
 (0)