tfiers / PkgGraph.jl

Visualize the dependency graph of a Julia package
https://tfiers.github.io/PkgGraph.jl
MIT License
43 stars 2 forks source link

Add GitHub action "Register Package" #76

Closed singularitti closed 1 year ago

singularitti commented 1 year ago

This file is generated by PkgTemplates.jl. This action can make releasing a new version very easy:

image

Just click "Run Workflow", type your new version and click confirm, done! A new version will be registered on Julia's General registry.

tfiers commented 1 year ago

Hi, thank you for your pull request.

In fact there already was a Register.yml, originally generated by PkgTemplates: https://github.com/tfiers/PkgGraph.jl/blob/fd6c9b5/.github/workflows/Register.yml

But I removed it (in favour of the manual workflow described in the dev guide), because it didn't support the [new-version]-dev workflow

I am still interested in automating the release workflow however. (Re

) If you or anyone have experience with scripting github, I'd be very interested

tfiers commented 1 year ago

I'll close this PR if that's alright, as per the above

singularitti commented 1 year ago

Ok, cool!