Skip to content

chore(dir): tag only server modules and releae artefacts#1446

Merged
tkircsi merged 1 commit into
mainfrom
chore/server-release
May 4, 2026
Merged

chore(dir): tag only server modules and releae artefacts#1446
tkircsi merged 1 commit into
mainfrom
chore/server-release

Conversation

@tkircsi
Copy link
Copy Markdown
Contributor

@tkircsi tkircsi commented May 4, 2026

  • Replaced dynamic go.mod discovery with the hard-coded server module list: ["cli","tests","server","reconciler"] This prevents re-tagging api, client, and utils when the root release is published.
  • Tightened the release job condition to root tags only: startsWith(github.ref, 'refs/tags/v') && !contains(github.ref_name, '/') This keeps artifact release tied to root tags like v1.3.0.

Signed-off-by: Tibor Kircsi <tkircsi@cisco.com>
@tkircsi tkircsi requested a review from a team as a code owner May 4, 2026 14:59
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 4, 2026

The latest Buf updates on your PR. Results from workflow Buf CI / verify-proto (pull_request).

BuildFormatLintBreakingUpdated (UTC)
✅ passed⏩ skipped⏩ skipped✅ passedMay 4, 2026, 2:59 PM

@github-actions github-actions Bot added the size/XS Denotes a PR that changes 0-49 lines label May 4, 2026
@tkircsi tkircsi merged commit c59cc5d into main May 4, 2026
34 checks passed
@tkircsi tkircsi deleted the chore/server-release branch May 4, 2026 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XS Denotes a PR that changes 0-49 lines

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants