Skip to content

Incorporate the ADR index creation into an automated process? #9076

@neilt

Description

@neilt

Need to decide if the create ADR index code create_adr_index is going to be run:

  1. manually (whenever ADRs are changed) or,
  2. automatically at as part of the build, release or prep for release process.

If manually, then there are no additional changes required and this issue can be closed.

If automatically, then 2 changes need to be made:

  • Remove the code in create_adr_index lines 114 - 115 that add the last build date to the end of index.md. This is not needed if the code is run automatically and will result in unnecessary git changes even when index.md's main content does not change.
  • Add the execution of create_adr_index to the selected automated process.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions