Skip to content

Releases: GIGCymru/architecture

v8

13 Jan 16:27
Immutable release. Only release title and notes can be modified.
283b355

Choose a tag to compare

What's Changed

Full Changelog: v7...v8

v7

17 Dec 15:21
Immutable release. Only release title and notes can be modified.
0e05acd

Choose a tag to compare

v7

What's Changed

New Contributors

Full Changelog: v6...v7

v6

21 Oct 12:35
Immutable release. Only release title and notes can be modified.
c08a100

Choose a tag to compare

v6

What's Changed

Full Changelog: v5...v6

v2

21 Oct 10:09
Immutable release. Only release title and notes can be modified.
b3ed962

Choose a tag to compare

v2
Add Architecture Design Overview Markdown Template & Word Conversion …

v1

13 Oct 15:18

Choose a tag to compare

v1
feat: Add GitHub Actions workflow to convert ADR template to Word (#128)

This commit introduces a new GitHub Actions workflow that automates the conversion of the Architecture Decision Record (ADR) template from Markdown to a Word document.

The workflow is triggered whenever the template file (`doc/design-authority/dhcw/architecture-decision-record-template.md`) is modified on the `main` branch.

It uses Pandoc to perform the conversion and then creates a new GitHub Release, attaching the generated `.docx` file as a release asset. This ensures that an up-to-date Word version of the template is always available for download.

This commit also removes the `.github/` directory from the `.gitignore` file, which was preventing the workflow from being tracked by Git.

---------

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>