-
Notifications
You must be signed in to change notification settings - Fork 13
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
Freeze software and make alpha release tag in git #150
Comments
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? |
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 ***@***.***> 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
<#150 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABAOWUKNHN3RLYY56GH3QXLRLM4I7ANCNFSM4LZATXFA>
.
--
Professor Simon Billinge
Columbia University
|
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. |
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 ***@***.***> 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
<#150 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABAOWUMVNFUDKE4PBT5XD63RLNBZRANCNFSM4LZATXFA>
.
--
Professor Simon Billinge
Columbia University
|
Ah I see, looking into.. |
(local git not on GitHub for this one)
The text was updated successfully, but these errors were encountered: