mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-05-08 05:18:55 -05:00
[PR #211] [MERGED] ci: automate release version bump in CI #1588
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/RayLabsHQ/gitea-mirror/pull/211
Author: @arunavo4
Created: 3/5/2026
Status: ✅ Merged
Merged: 3/5/2026
Merged by: @arunavo4
Base:
main← Head:codex/issue-209-release-version-ci📝 Commits (1)
66f397eci: automate release version from tag📊 Changes
3 files changed (+32 additions, -11 deletions)
View changed files
📝
.github/workflows/README.md(+2 -0)📝
.github/workflows/docker-build.yml(+23 -2)📝
docs/DEVELOPMENT_WORKFLOW.md(+7 -9)📄 Description
Summary
v*tags in Docker release workflowvX.Y.Z, optional prerelease/build)package.jsonversion in CI build context from the release tag so runtime version is correct in release imagesWhy
Manual version bumping was easy to forget during releases.
Testing
Closes #209
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.