Skip to content
This repository has been archived by the owner on Jan 10, 2018. It is now read-only.

Make a release #6

Open
davidedelvento opened this issue Aug 11, 2017 · 2 comments
Open

Make a release #6

davidedelvento opened this issue Aug 11, 2017 · 2 comments

Comments

@davidedelvento
Copy link

@andersy005 @kmpaul
Can you please make a release so we can officially install this on Cheyenne? CISL can't install unreleased software. If you haven't worked with releases with git, it's simply:

git tag -n1                          # show existing releases, with message
git tag v0.3 -m "release v0.3”       # the message is shown in the previous log and somewhere else
git push --follow-tags               # otherwise tags aren’t pushed

If you make a mistake and want to delete a release:

git tag -d v0.3.1                   # delete tag (not pushed upstream, otherwise need also the following)
git push origin :refs/tags/v0.3.1   # after previous, only if pushed -- very bad thing to do, but if you really must you can
@andersy005
Copy link
Owner

@davidedelvento @kpaul
The current version is not stable yet. That's why I haven't made any release yet. I am hoping to make the first release once I have a working module for the bias correction use case..

@kmpaul
Copy link

kmpaul commented Aug 18, 2017 via email

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

No branches or pull requests

3 participants