juami / pytentiostat

python code for the JUAMI potentiostat
BSD 3-Clause "New" or "Revised" License
9 stars 13 forks source link

Freeze software and make alpha release tag in git #150

Open sbillinge opened 4 years ago

sbillinge commented 4 years ago

(local git not on GitHub for this one)

aplymill7 commented 4 years ago

We should decide where to host this one.

Also is correct command for this something like: git tag -a v0.1.0alpha -m "Alpha Release"

Then later to release to access if needed do we just checkout tag like a branch?

sbillinge commented 4 years ago

That will make a snapshot of the current version. I am not 100% sure how to do it but we need to make a release on GitHub, which is different. I think rever handles all this if it is set up right. It is probably worth google around for "github release" and looking into the rever config files and do some cross-correlation analysis to try and figure out what is going on.....

I want to learn this too, so will try and keep an eye on it....

S

On Tue, Apr 7, 2020 at 10:47 AM aplymill7 notifications@github.com wrote:

We should decide where to host this one.

Also is correct command for this something like: git tag -a v0.1.0alpha -m "Alpha Release"

Then later to release to access if needed do we just checkout tag like a branch?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/juami/pytentiostat/issues/150#issuecomment-610430664, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABAOWUKNHN3RLYY56GH3QXLRLM4I7ANCNFSM4LZATXFA .

-- Professor Simon Billinge Columbia University

aplymill7 commented 4 years ago

I think our rever might be already doing this. So when I look under code/releases there is a tab to look at releases/tags and this contains zip files of the code. They appear to be frozen from time of release.

sbillinge commented 4 years ago

rever should do it. It would be nice to understand how it all works tho.... :)

btw, I failed to do a rever release on my windows machine. There are some strange interactions with the OS. We may need a linux/mac person to run rever and do the release.

S

On Tue, Apr 7, 2020 at 11:34 AM aplymill7 notifications@github.com wrote:

I think our rever might be already doing this. So when I look under code/releases there is a tab to look at releases/tags and this contains zip files of the code. They appear to be frozen from time of release.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/juami/pytentiostat/issues/150#issuecomment-610457993, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABAOWUMVNFUDKE4PBT5XD63RLNBZRANCNFSM4LZATXFA .

-- Professor Simon Billinge Columbia University

aplymill7 commented 4 years ago

Ah I see, looking into..