Skip to content

Conversation

@abs2023
Copy link
Contributor

@abs2023 abs2023 commented Jan 28, 2026

Summary

  • Add reusable gen-tag composite action for version tag generation
  • Uses git tag -l for global tag lookup (not branch-reachable only)
  • Consistent versioning strategy across all environments

Changes

  • Created .github/actions/gen-tag/action.yml
  • Updated build-deploy-proxy-router.yml to use the new action

- Add reusable .github/actions/gen-tag composite action
- Standardize component-based versioning: <component>-v<semver>[-env]
- Tags now created for all environments (dev, stg, main)
- Baseline version: proxy-router-v3.1.0
@abs2023 abs2023 merged commit cba3659 into dev Jan 28, 2026
1 check 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.

2 participants