Skip to content

See current version deployed#575

Merged
jessgusclark merged 2 commits intomainfrom
show-git-version
Jan 9, 2026
Merged

See current version deployed#575
jessgusclark merged 2 commits intomainfrom
show-git-version

Conversation

@jessgusclark
Copy link
Member

  • take github hash and store as an env variable
  • output it into the footer

- take github hash and store as an env variable
- output it into the footer
@jessgusclark jessgusclark requested a review from Copilot January 9, 2026 10:29
@jessgusclark jessgusclark self-assigned this Jan 9, 2026
@jessgusclark jessgusclark added enhancement New feature or request ai-author labels Jan 9, 2026
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds visibility of the currently deployed Git commit hash in the application footer. The changes extract the GitHub commit SHA during the build process and display a shortened version (first 7 characters) in the footer alongside the existing version information.

Key Changes:

  • Displays the Git commit hash (shortened to 7 characters) in the application footer
  • Passes the GitHub commit SHA as an environment variable during the build process across all deployment workflows

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
src/app/components/FooterComponent.js Adds conditional rendering of the Git hash in the footer display
.github/workflows/qa-deploy.yml Exports REACT_APP_GIT_HASH environment variable before building for QA deployment
.github/workflows/gh-deploy.yml Exports REACT_APP_GIT_HASH environment variable before building for GitHub Pages deployment
.github/workflows/deploy.yml Exports REACT_APP_GIT_HASH environment variable before building for both testnet and mainnet deployments

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Jan 9, 2026

@jessgusclark jessgusclark requested a review from Copilot January 9, 2026 10:56
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jessgusclark jessgusclark merged commit 238aacc into main Jan 9, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ai-author enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant