Skip to content

refactor: replace VERSION file with version.txt for version management#51

Merged
olamide226 merged 2 commits into
mainfrom
chore/update-version
May 1, 2026
Merged

refactor: replace VERSION file with version.txt for version management#51
olamide226 merged 2 commits into
mainfrom
chore/update-version

Conversation

@olamide226
Copy link
Copy Markdown
Contributor

@olamide226 olamide226 commented May 1, 2026

fixed an issue where the gateway version was wrongly pointing to a stale file. no regressions nor functionality changes.

Copilot AI review requested due to automatic review settings May 1, 2026 13:49
Copy link
Copy Markdown
Contributor

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 updates the gateway’s version management by renaming the tracked version file from VERSION to version.txt, and wiring that change through the release automation and build tooling.

Changes:

  • Update release-please-config.json to bump gateway/version.txt instead of gateway/VERSION.
  • Replace gateway build-time version reads in gateway/Makefile and gateway/Dockerfile to use version.txt.
  • Add gateway/version.txt and remove gateway/VERSION; update the repo structure docs (AGENTS.md) accordingly.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
release-please-config.json Points release-please “extra-files” at version.txt for the gateway package.
gateway/version.txt New gateway version file introduced (currently set to 0.1.5).
gateway/VERSION Old gateway version file removed.
gateway/Makefile Reads version from version.txt for linker flags.
gateway/Dockerfile Reads version from version.txt for linker flags during Docker builds.
AGENTS.md Updates documented gateway tree entry from VERSION to version.txt.

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

Comment thread AGENTS.md Outdated
Comment thread release-please-config.json Outdated
Comment thread gateway/version.txt
@olamide226 olamide226 merged commit 3e0701d into main May 1, 2026
9 checks passed
@olamide226 olamide226 deleted the chore/update-version branch May 1, 2026 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants