eosnetworkfoundation / docsgen

Scripts for creating docs.eosnetwork.com pulls from various eos nf repos and builds static HTML to power website
Other
3 stars 0 forks source link

Clean Rebuild Calculates Latest Git Tag #101

Closed ericpassmore closed 1 year ago

ericpassmore commented 1 year ago

Code Update to figure out latest git release tag for each repository. No need to manually specify tags unless you want to specific version

Resolves ~#98~ #103

lparisc commented 1 year ago

Reopened to resolve #103 instead.

Btw sometimes we might just want to pull from the corresponding release branch instead; e.g. pull from release/3.2 instead of say v3.2.1 tag - when fixing documentation bugs, for instance. Therefore, maybe defaulting to latest tag while allowing to override the defaults with repo:branch arguments to clean_rebuild.sh might be a good idea, as it wouldn't be necessary to update the script, or invoke generate_documents.sh directly. @ericpassmore