jelly-beam / rebar3_ex_doc

rebar3 plugin for generating docs with ex_doc
Apache License 2.0
43 stars 13 forks source link

Trigger issue when new ex_doc releases have been released. #57

Closed starbelly closed 11 months ago

starbelly commented 1 year ago

This should be doable with github actions I believe. It would make keeping up to date easier.

MarkoMin commented 1 year ago

Definitely agree with this one. Which option would be more convenient:

  1. Create a cron action that checks like every week/month for a new version of ex_doc
  2. In ex_doc repostirory, create a on_release action that uses checkout action to create an issue in rebar3_ex_doc repo.
paulo-ferraz-oliveira commented 1 year ago

I think it's best this repo. "knows" about ex_doc and not the other way around, so I'd go with 1. It can even be hourly/daily, since it shouldn't be too resource-consuming. And to make it simpler there should probably be an EX_DOC_VSN file with the content pointing to the latest? Otherwise I imagine you have to parse files and update them, for auto-pull request purposes (?)