hmcmathematics / codee-class

LaTeX document class for typesetting submissions to the CODEE Journal.
LaTeX Project Public License v1.3c
1 stars 1 forks source link

Release to public #7

Closed cmconnelly closed 8 years ago

cmconnelly commented 8 years ago

Once we're okay with the state of things, do a release (should be version 2.0).

darrylyong commented 8 years ago

I think we are ready to go. Do you see anything else that is outstanding?

cmconnelly commented 8 years ago

I think I was leaving that assessment up to you. If you think we're good, then we are.

Do we have the right URLs for the new location of the CODEE materials everywhere we should?

I can do the release this afternoon if we're ready.

darrylyong commented 8 years ago

Great. Thanks for all of your help on this.

I think we're good, but I'm still having a little trouble on getting the right link to the style files.

https://github.com/hmcmathematics/codee-class/releases

will go to v1.0. How do we make it always point to the latest release?

Thanks, Darryl

cmconnelly commented 8 years ago

Amazing what you learn when you read the documentation! Turns out you can add a link like https://github.com/hmcmathematics/codee-class/releases/latest and it will always point to the latest release.

But that isn't going to handle links for the individual files. I'd like to imagine that we can assume that anyone caring to download the class file will understand what they need to do once they've gotten that far.

Alternatively, it is possible to make hardcoded links to a particular release version, then do the release tag and push it all up at once.

darrylyong commented 8 years ago

I'm sorry I must be missing something pretty fundamental here.

Even when I go to https://github.com/hmcmathematics/codee-class/releases/latest I end up getting the v1.0 which is the old version of the files. Do we need to do something else to make the "2016-refresh" branch the "master" branch or something like that?

I think if we have a link to the zip file that will be enough.

Thank you!

cmconnelly commented 8 years ago

Oh—I haven't actually done the release yet, so you would just see the old version.

For fun, look at https://github.com/cmconnelly/testingreleases, where I've been experimenting with releases. You can see that the README.md file has links both to the "latest" link (which shows a list of all releases) as well as to specific releases (for the "Version x.x" links) and to the Zip and tar.gz files for those specific releases.

darrylyong commented 8 years ago

OK!

Also, I think you already know this, but eventually the repo has to be made public so that people won't get a 404.

In the meantime, I will point all references to the CODEE class files to

https://github.com/hmcmathematics/codee-class/releases/latest

Thanks! Darryl

cmconnelly commented 8 years ago

Perfect! I'll do the release and make it public.