Skip to content
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

Create version.json files on both backend and frontend on push #524

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Nov 15, 2024

  1. 👷(build) create version.json files on both backend and frontend on push

    This supplements the release process. We inject Github metadata into two
    version.json files; the 'version' value will depend on the type of event,
    for release tag events it should be the same as the release tag (i.e. the
    app version). This should make version information available to the /config
    endpoint on any push, and the frontend should display the backend version.
    (For extra safety we will also want to get the frontend version and display
    that, but this commit only supplies the barest necessities.)
    Laurent Bossavit authored and Laurent Bossavit committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    7e4a820 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. ✨(version) convey version information to the /config endpoint and footer

    We add the machinery to get version information and display it discreetly.
    Laurent Bossavit authored and Laurent Bossavit committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    3e77c01 View commit details
    Browse the repository at this point in the history