DEVX-33: Fix git push ambiguity with master tag #55

Merged
emil merged 1 commits from DEVX-33-push-ambiguity into master 2026-06-24 11:16:42 +00:00
Owner

The release workflow failed with 'src refspec master matches more than one' because a 'master' tag existed alongside the 'master' branch.

Fix: use explicit refspecs (refs/heads/master, refs/tags/) for all git push commands.

Also deleted the stray 'master' tag from the remote.

Closes DEVX-33

The release workflow failed with 'src refspec master matches more than one' because a 'master' tag existed alongside the 'master' branch. Fix: use explicit refspecs (refs/heads/master, refs/tags/) for all git push commands. Also deleted the stray 'master' tag from the remote. Closes DEVX-33
emil added 1 commit 2026-06-24 11:15:19 +00:00
fix: use explicit refspecs for git push to avoid tag/branch ambiguity
CI / detect-changes (pull_request) Successful in 38s
CI / pr-review (pull_request) Successful in 44s
CI / quality (pull_request) Successful in 1m7s
CI / auto-merge (pull_request) Successful in 15s
CI / release-dry-run (pull_request) Successful in 33s
bf690b5766
The release workflow failed with 'src refspec master matches more than
one' because a 'master' tag existed alongside the 'master' branch.
Use refs/heads/master:refs/heads/master for branch pushes and
refs/tags/ for tag pushes to disambiguate.

Closes DEVX-33
emil reviewed 2026-06-24 11:15:25 +00:00
emil left a comment
Author
Owner

Use explicit refspecs for git push to avoid tag/branch ambiguity. Tests updated. All categories verified.

Use explicit refspecs for git push to avoid tag/branch ambiguity. Tests updated. All categories verified.
emil added the ready-to-merge label 2026-06-24 11:15:25 +00:00
emil reviewed 2026-06-24 11:16:06 +00:00
emil left a comment
Author
Owner

Automated PR Review

  • Architecture compliance: OK
  • Best practices: OK
  • Security: OK
  • i18n: OK
  • Resource management: OK
  • Documentation: WARNING — source files changed but no docs updated
  • Tests: OK
  • Commit conventions: OK

No issues found by automated checks.


Auto-merge: If all CI checks pass, this PR will be merged automatically.

## Automated PR Review - Architecture compliance: OK - Best practices: OK - Security: OK - i18n: OK - Resource management: OK - Documentation: WARNING — source files changed but no docs updated - Tests: OK - Commit conventions: OK No issues found by automated checks. --- **Auto-merge:** If all CI checks pass, this PR will be merged automatically.
emil merged commit 93b5d2f926 into master 2026-06-24 11:16:42 +00:00
emil deleted branch DEVX-33-push-ambiguity 2026-06-24 11:16:42 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: oblachno-oss/devx#55