luckyframework / lucky

A full-featured Crystal web framework that catches bugs for you, runs incredibly fast, and helps you write code that lasts.
https://luckyframework.org
MIT License
2.57k stars 156 forks source link

Missing reference to master branch in previous versions #1669

Closed sschekotikhin closed 2 years ago

sschekotikhin commented 2 years ago

After renaming master branch to main branch previous versions wont working. Sub-shards in shard.edge.yml references to master branch.

To Reproduce

Screenshots/code

Fetching https://github.com/luckyframework/shell-table.cr.git
Could not find branch master for shard "shell-table" in the repository https://github.com/luckyframework/shell-table.cr.git
inferno commented 2 years ago

same

marmaxev commented 2 years ago

Guys I have this bug too

matthewmcgarvey commented 2 years ago

I have created the master branch on shell table again https://github.com/luckyframework/shell-table.cr/tree/master

main is still the leading branch so master won't be receiving any updates, but hopefully that fixes the issue

jwoertink commented 2 years ago

oops! Sorry about that. Thanks for that fix @matthewmcgarvey

sschekotikhin commented 2 years ago

TY, it helped!