Skip to content
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

New release? #51

Closed
timholy opened this issue Jan 27, 2021 · 4 comments
Closed

New release? #51

timholy opened this issue Jan 27, 2021 · 4 comments

Comments

@timholy
Copy link
Contributor

timholy commented Jan 27, 2021

Would it be possible to get a new release of this package?

@mojaie
Copy link
Owner

mojaie commented Jan 30, 2021

Sure. I will submit v0.8.0 release.
Thank you again for your great contributions.

@mojaie
Copy link
Owner

mojaie commented Jan 30, 2021

Merged JuliaRegistries/General#28977

@timholy
Copy link
Contributor Author

timholy commented Jan 30, 2021

Thanks so much!

For the TagBot issue #52 (comment), I can't help directly due to permissions (well, if it needs a key, which I'm not sure it does), but https://github.com/julia-actions/MassInstallAction.jl/blob/dec8ce995d707b0008c0b1e47f93f7bcbad2d877/demos/MaintenanceDec2020/maintenance.jl#L24-L52 may make it easier. You can add MassInstallAction, then navigate to the demo direction, activate the Project.toml (either Pkg.activate(".") or on linux start Julia with julia --project from that directory), do lines like at the top of that script

using GitHub, MassInstallAction
import HTTP
# authenticate
auth = authenticate(#= your-github-personal-access-token =#)   # don't ever post this publicly!
rs = [repo(Repo("mojaie/MolecularGraph.jl"); auth=auth)]

and the you should be able to copy/paste any section of that script you want and have it make changes here.

@mojaie
Copy link
Owner

mojaie commented Jan 31, 2021

Thank you very much!
MassInstallAction pull requests were merged. I hope it works well.

@mojaie mojaie closed this as completed Jan 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants