Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue Releases, with Release notes, and a relatively easy ability to roll back #5

Open
aufdenkampe opened this issue Jan 23, 2018 · 4 comments
Assignees

Comments

@aufdenkampe
Copy link
Member

@SRGDamia1, this could be very handy for people using the Arduino IDE, and as a means to archive your carefully crafted zip file for older versions.

@SRGDamia1
Copy link
Contributor

Feel free to make releases, though I'm not sure that it would make it any easier to update or roll-back anything in the Arduino IDE. I think you would still have to delete everything and re-create it. I guess I do that fairly frequently in PlatformIO by cleaning out my .libdeps folder, but it's a much safer clean-up because libraries are sorted per project instead of being set for everything.

The submodule_status.txt does list the current commit SHA for each submodule. I finally have Travis working properly to update all of the submodules along with the zip, so making sure the submodule links and are up-to-date is as simple as re-starting the most recent Travis job.

@SRGDamia1
Copy link
Contributor

Part of the problem is that I just don't pay much attention to this repo. I nearly never use the Arduino IDE and use platformio.ini files for almost all of my library management. Since you are using that IDE, it would probably be best if you take care of the releases and updates.

@aufdenkampe
Copy link
Member Author

@SRGDamia1, that all makes sense. I'll take over this effort, with a little help from you here and there! Thanks for all the work you've done so far!

@aufdenkampe
Copy link
Member Author

There are useful notes in #7, and especially a great description from @SRGDamia1 on how the "carefully crafted -->->link<-<--" to the libraries.zip file is created, at #7 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants