teaxyz/white-paper

Versioning White Paper

Xercesblu3 opened this issue · 9 comments

  • versioning for the white-paper (github.com/teaxyz/white-paper)
  • a workflow-dispatch github action
  • commits new version to cd.yml or have a VERSION file that cd.yml then reads
  • uses an action to create a github release for that version and attaches the PDF of the white paper to the release

@mxcl can you clarify what "a workflow-dispatch github action" is, we're not sure on that one.

mxcl commented

Yeah so the point is that releases are manually triggered.

Ahhh. Well, that's like 90% simpler than 2dfcd80

mxcl commented

aah sorry for your wasted time. Some people like auto-patching, but I prefer explicit decisions on versioning.

Rarely is time every truly wasted.

Looks like 8892cea will do it. Just need the AWS secrets added to this repo.

Done

And done and tested.