cosmic-pi-deprecated / cosmicpi-rpi_V1.5

Our web interface and data collection software for Raspberry Pi
Other
4 stars 5 forks source link

Software versioning #20

Open heborras opened 6 years ago

heborras commented 6 years ago

Hi, while I was going through the issues, labelling them. I noticed that it would be nice to sort out the issues by priority. Since packaging #16 is already a goal, I would propose to do a sort of software versioning for the releases. With this we can have version milestones and version issues. This would in turn highlight what has priority and give us a sort of schedule to work towards. Also planning for the future as in #19 becomes easier.

However I have little experience with setting up a versioning/release system. Additionally I have little time until I finish my thesis. So it would probably be a good idea to think this over together.

@lukicdarkoo and @pingud98 what are your thoughts on implementing software versioning?

Cheers, Hendrik

lukicdarkoo commented 6 years ago

I think it is a great idea! It would help users easily find a stable version.

We can also set up some CI service to publish Python/Debian/RPM package every time a new tag is created.