fritzing / fritzing-parts

Electronic components for use in the Fritzing app (aka the parts library)
http://fritzing.org/parts
Other
505 stars 358 forks source link

Using git tags instead of branches to mark versions #393

Open kuflierl opened 4 months ago

kuflierl commented 4 months ago

It seems frizzing part is using new branches as version markers. While this might technically work it subverts the whole concept of git tags (the intended solution). This results in extra stale looking branches that pop up while using git branch.

Why is the project currently using branches? Could this be fixed?