fix(ci): replace tea CLI with curl; honour Cargo.toml version for tags #54
No reviewers
Labels
No Label
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sarman/tftsr-devops_investigation#54
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/ci-auto-tag-tea"
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?
Summary
teais not installed inalpine:latest— the two changelog steps that calltea releases editfail withcommand not found. Replaced both with equivalentcurlcalls against the Gitea releases API.auto-tagnow readssrc-tauri/Cargo.tomlbefore deciding the next version. IfCargo.tomldeclares a higher version than the latest git tag (major or minor bump), that version is used directly. Patch-only merges continue to auto-increment as before.Test plan
v0.3.0tag created (Cargo.toml ahead ofv0.2.73)tea: not found