-
Notifications
You must be signed in to change notification settings - Fork 0
ππ§βπ» - Wrong tag namesΒ #324
Copy link
Copy link
Labels
100%Progress: 100%Progress: 100%branchedIndicates that a branch has been created for this issue.Indicates that a branch has been created for this issue.bugSomething isn't workingSomething isn't workingbugfixSomething isn't workingSomething isn't workingpriority: highCritical issue, needs immediate attention.Critical issue, needs immediate attention.size: XLIndicates that the issue or task is extra large in scope and complexity.Indicates that the issue or task is extra large in scope and complexity.
Metadata
Metadata
Assignees
Labels
100%Progress: 100%Progress: 100%branchedIndicates that a branch has been created for this issue.Indicates that a branch has been created for this issue.bugSomething isn't workingSomething isn't workingbugfixSomething isn't workingSomething isn't workingpriority: highCritical issue, needs immediate attention.Critical issue, needs immediate attention.size: XLIndicates that the issue or task is extra large in scope and complexity.Indicates that the issue or task is extra large in scope and complexity.
Type
Projects
Status
Done
Is there an existing issue for this?
Which actions are affected?
No response
Which platforms are affected?
No response
Description
Maybe new tags are created over the wrong branch:
The tag
v.2.0.4should be created overrelease/2.0.4, notmaster.Another tag is created as
2.0.4(without thev) fromrelease/2.0.4.Only one tag should be created as, for example
v.2.0.4, fromrelease/2.0.4.Reproducing the issue
Create a deploy a new release.
copilot Version
master
Relevant Log Output
Additional context and comments
No response