mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-05-08 20:58:16 -05:00
[PR #212] [MERGED] ci: persist release tag version to main package.json #589
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/212
Author: @arunavo4
Created: 3/5/2026
Status: ✅ Merged
Merged: 3/5/2026
Merged by: @arunavo4
Base:
main← Head:codex/issue-209-persist-version-main📝 Commits (1)
3637f80ci: persist release version to main📊 Changes
4 files changed (+44 additions, -1 deletions)
View changed files
📝
.github/workflows/README.md(+1 -0)📝
.github/workflows/docker-build.yml(+41 -0)📝
docs/DEVELOPMENT_WORKFLOW.md(+1 -0)📝
package.json(+1 -1)📄 Description
Summary
package.jsonversion back tomainafterv*tag buildspackage.jsonversion to3.12.1Why
The previous change synced version only inside CI build context, so
main/package.jsonstayed stale.Testing
ruby -ryaml)Follow-up to #209
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.