Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 28, 2025

Enables dmlist to be used as a dependency in other modules via dmod_link_modules and dmf-get, similar to dmfsi and dmclk. Since dmlist is a built-in module, only headers are distributed—no .dmf file.

Changes

  • manifest.dmm: Module registry configuration with version placeholders and GitHub release URLs (architecture-independent)
  • dmlist.dmr: Resource specification defining what gets installed:
    • Headers (include/dmlist.h)
    • Documentation (README.md)
    • License (LICENSE)
  • .github/workflows/release.yml: CI workflow for automated releases that:
    • Builds architecture-independent release packages (headers only, no compiled code)
    • Generates versions.dmm manifest with available versions
    • Uploads release assets to both versioned and vlatest releases
    • Follows the same pattern as dmfsi and dmclk workflows

Usage

Modules requiring dmlist can now add it to dmod_link_modules, which will automatically install headers:

dmod_link_modules(
    my_module
    MODULES dmlist
)

The release workflow triggers automatically when a new release is created, packaging and publishing dmlist headers for distribution.

Original prompt

This section details on the original issue you should resolve

<issue_title>Dodać release flow</issue_title>
<issue_description>dmlist jest oczywiście udostępniane jako moduł wbudowany, ale może być wykorzystywany też w modułach - w związku z tym fajnie by było, gdyby była też możliwość zainstalowania headerów przy wykorzystaniu dmod_link_modules tak jak jest to zrobione w:

https://github.com/choco-technologies/dmfsi
czy
https://github.com/choco-technologies/dmclk

Chodzi generalnie o to, żeby dodać manifest dla modułu dmlist oraz plik dmr, który jednak pliku dmf, tylko po prostu headery, tak aby moduły, które potrzebują listy mogły po prostu dodać dmlist do dmod_link_modules (czyli pośrednio do dmf-get)</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: JohnAmadis <17320783+JohnAmadis@users.noreply.github.com>
Copilot AI changed the title [WIP] Add release flow for dmlist module Add release flow for dmlist module Dec 28, 2025
Copilot AI requested a review from JohnAmadis December 28, 2025 20:53
@JohnAmadis JohnAmadis marked this pull request as ready for review December 28, 2025 20:54
@JohnAmadis
Copy link
Contributor

@copilot ale brakuje najważniejszego, czyli CI dla release

Copilot AI and others added 3 commits December 28, 2025 20:56
Co-authored-by: JohnAmadis <17320783+JohnAmadis@users.noreply.github.com>
… dmlist

Co-authored-by: JohnAmadis <17320783+JohnAmadis@users.noreply.github.com>
Co-authored-by: JohnAmadis <17320783+JohnAmadis@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Dec 28, 2025

@copilot ale brakuje najważniejszego, czyli CI dla release

Added in commit 58bdc39. The release workflow follows the same pattern as dmfsi and dmclk, creating architecture-independent packages with headers and documentation that are uploaded to both versioned and vlatest releases.

@JohnAmadis JohnAmadis merged commit b8bafec into master Dec 28, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dodać release flow

2 participants