You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Look at https://github.com/actions/create-release for release automation instead of all hand-rolled API Unmaintained and we have replaced with the automatically generated release notes.
One challenge to being able to completely eliminate the gh-pages branch is that to maintain the versioned docs, especially for older versions, we still need a copy of that static content somewhere--and a GitHub branch is one of the easiest ways to do so.
This could be used, at a minimum though, to eliminate the need to commit dev docs to the gh-pages branch, and instead build on top of the gh-pages content and deploy directly.
I've been brain-storming other ideas for types of automation we could add/handle here. Capturing here rather than in a random note in my private app:
page_build
eventversions.json
AUTHORS.txt
upon PR merge (Contributors list #383)Look at https://github.com/actions/create-release for release automation instead of all hand-rolled APIUnmaintained and we have replaced with the automatically generated release notes.The text was updated successfully, but these errors were encountered: