You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just recording the idea, this isn't necessarily useful here as changes will be few and far between but i have other libraries where it might make sense.
Have a workflow automatically pack and upload the library pack somewhere like as an artifact (sadly only lasts up to 90 days, maybe a cron job could fix that), and push to a branch the metadata so it works as package repository for kicad.
The advantage here would be that pushed changes would be immediately available to users, not having to go through a release merged on the official kicad metadata repo (those would still happen eventually)
this is something that can be done with the git directly obviously (though care must be taken because the location is fixed), or even an install scrip in the repo, I just think this makes sense and is convenient
The text was updated successfully, but these errors were encountered:
Just recording the idea, this isn't necessarily useful here as changes will be few and far between but i have other libraries where it might make sense.
Have a workflow automatically pack and upload the library pack somewhere like as an artifact (sadly only lasts up to 90 days, maybe a cron job could fix that), and push to a branch the metadata so it works as package repository for kicad.
The advantage here would be that pushed changes would be immediately available to users, not having to go through a release merged on the official kicad metadata repo (those would still happen eventually)
this is something that can be done with the git directly obviously (though care must be taken because the location is fixed), or even an install scrip in the repo, I just think this makes sense and is convenient
The text was updated successfully, but these errors were encountered: