Skip to content

feat: add SDK release notification workflow#192

Open
nearlyforget wants to merge 8 commits intoUniversal-Commerce-Protocol:mainfrom
nearlyforget:setup-sdk-automation
Open

feat: add SDK release notification workflow#192
nearlyforget wants to merge 8 commits intoUniversal-Commerce-Protocol:mainfrom
nearlyforget:setup-sdk-automation

Conversation

@nearlyforget
Copy link
Contributor

Description

This PR introduces a new GitHub Action that automates the notification of SDK repositories whenever a new version tag (e.g., v1.2.3) is pushed to this repository.

Changes:

  • Added .github/workflows/notify-sdks.yml.
  • Configured a repository_dispatch event to trigger spec-release notifications to python-sdk and js-sdk.

Motivation:
To ensure the ecosystem stays in sync, this workflow creates an event-driven pipeline that triggers downstream SDK updates automatically as soon as a new specification version is published.

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • Any dependent changes have been merged and published in downstream modules

@nearlyforget nearlyforget marked this pull request as ready for review February 19, 2026 03:24
@nearlyforget nearlyforget requested a review from a team February 19, 2026 03:24
@nearlyforget nearlyforget requested a review from a team as a code owner March 1, 2026 01:04
@ptiper ptiper requested review from damaz91 and wry-ry March 2, 2026 09:35
@ptiper
Copy link
Contributor

ptiper commented Mar 2, 2026

@damaz91 @wry-ry can you take a look?

dwdii and others added 3 commits March 6, 2026 04:42
…ommerce-Protocol#233)

* fix: Resolve broken assets when a space was in the name.

* chore: Linter adjustments.
…-Protocol#210)

* Adding currency field to top level of Order
* Improving the currency description in Order
* Update currency field description in source/schemas/shopping/order.json

Co-authored-by: Ilya Grigorik <ilya@grigorik.com>
…workflow

Addresses PR Universal-Commerce-Protocol#192 review comments:
- Switch to date-based versioning pattern for tags.
- Use GitHub App token instead of PAT for repository dispatch.
@nearlyforget nearlyforget requested a review from a team as a code owner March 6, 2026 04:43
@nearlyforget nearlyforget requested review from wry-ry and removed request for a team March 6, 2026 04:47
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.

5 participants