lbrycrd no longer has a "master" branch #319
Labels
No labels
area: devops
area: discovery
area: docs
area: livestream
area: proposal
campaign-blocker
consider soon
Content
dependencies
Epic
good first issue
hacktoberfest
help wanted
icebox
level: 1
level: 2
level: 3
level: 4
needs: exploration
needs: grooming
needs: priority
needs: repro
needs: tech design
on hold
priority: blocker
priority: high
priority: low
priority: medium
resilience
Tom's Wishlist
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
type: testing
unplanned
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/lbry.tech#319
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
It has a v12_master, v17_master, and v19_master. This is not playing nicely with api.js, which seems to expect a "master" branch. It should use the default branch on the repository if possible. It would be okay if it used the latest tag. It looks like it has code to get the latest tag but often falls back to tag[0], which is "master".
Duplicate of https://github.com/lbryio/lbrycrd/issues/388
@kauffj do you think you can look at this one? A few people noticed it recently.
Fixed with the reintroduction of the master branch.