-
Notifications
You must be signed in to change notification settings - Fork 17
feat: changesets implementation to develop branch #645
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
077f96c to
918a4a4
Compare
918a4a4 to
d06a66c
Compare
themariofrancia
approved these changes
Sep 12, 2025
themariofrancia
previously requested changes
Sep 12, 2025
01dc3c0 to
b97cf5b
Compare
16c8659 to
8c532ff
Compare
97d69a0 to
fac83c9
Compare
themariofrancia
approved these changes
Sep 29, 2025
andrewb1269
requested changes
Sep 30, 2025
MiguelLZPF
added a commit
that referenced
this pull request
Oct 2, 2025
Improve code consistency by using ${VAR} syntax instead of $VAR
for all variable references in release workflows.
Changes:
- Use ${TAG_NAME} for git tag and push commands in both ATS and MP workflows
- Use ${MP_PACKAGES_TO_BUMP} in Mass Payout validation message
This addresses PR feedback for improved consistency and follows bash
best practices for variable expansion.
Addresses: PR #645 comments #3 and #5 from andrewb1269hg
Signed-off-by: Miguel_LZPF <[email protected]>
MiguelLZPF
added a commit
that referenced
this pull request
Oct 2, 2025
Improve code consistency by using ${VAR} syntax instead of $VAR
for all variable references in release workflows.
Changes:
- Use ${TAG_NAME} for git tag and push commands in both ATS and MP workflows
- Use ${MP_PACKAGES_TO_BUMP} in Mass Payout validation message
This addresses PR feedback for improved consistency and follows bash
best practices for variable expansion.
Addresses: PR #645 comments #3 and #5 from andrewb1269hg
Signed-off-by: Miguel_LZPF <[email protected]>
8e20426 to
f28b372
Compare
MiguelLZPF
added a commit
that referenced
this pull request
Oct 2, 2025
Improve code consistency by using ${VAR} syntax instead of $VAR
for all variable references in release workflows.
Changes:
- Use ${TAG_NAME} for git tag and push commands in both ATS and MP workflows
- Use ${MP_PACKAGES_TO_BUMP} in Mass Payout validation message
This addresses PR feedback for improved consistency and follows bash
best practices for variable expansion.
Addresses: PR #645 comments #3 and #5 from andrewb1269hg
Signed-off-by: Miguel_LZPF <[email protected]>
f28b372 to
e40ed31
Compare
MiguelLZPF
added a commit
that referenced
this pull request
Oct 2, 2025
Improve code consistency by using ${VAR} syntax instead of $VAR
for all variable references in release workflows.
Changes:
- Use ${TAG_NAME} for git tag and push commands in both ATS and MP workflows
- Use ${MP_PACKAGES_TO_BUMP} in Mass Payout validation message
This addresses PR feedback for improved consistency and follows bash
best practices for variable expansion.
Addresses: PR #645 comments #3 and #5 from andrewb1269hg
Signed-off-by: Miguel_LZPF <[email protected]>
e40ed31 to
8abe369
Compare
andrewb1269
approved these changes
Oct 2, 2025
- Add Changesets configuration for semantic versioning and automated releases - Update all package versions to 1.16.1 (aligned with develop branch) - Create initial CHANGELOG.md files for all ATS packages - Update GitHub Actions workflow for changesets automation with Node.js 22.x - Configure fixed versioning for ATS packages, independent versioning for mass-payout - Add all changeset management scripts to root package.json - Update documentation for new version management workflow This establishes the foundation for automated version management using Changesets while maintaining compatibility with the develop branch codebase. Migrated from origin/feat/changesets (commit 93ce464) with conflict resolution and version alignment to preserve develop branch state. Signed-off-by: Miguel_LZPF <[email protected]>
- Replace all.publish.yml with ats.publish.yml focused on contracts and SDK only - Add manual trigger with dry-run capability for testing - Remove dependency between SDK and contracts jobs for parallel execution - Update changeset config to use develop as base branch - Support automatic triggers on version tags and release branches - Implement changeset validation workflow to enforce one changeset per PR - Add bypass labels for docs/chore changes (no-changeset, docs-only, hotfix, chore) - Enhance changeset description with comprehensive workflow documentation - Fix .gitignore to allow .github/ tracking for workflows - Resolve changeset validation workflow branch detection issues - Simplify validation logic to avoid monorepo dependency conflicts This establishes a complete develop-first workflow with manual release control, automated changeset validation, parallel publishing capabilities, and enterprise-grade documentation for production-ready release management. Signed-off-by: Miguel_LZPF <[email protected]>
This commit implements a comprehensive release automation system that supports both automated workflows and manual release branches, providing flexibility for different release scenarios while maintaining full control over timing. Key Features: - Automated release workflows for ATS and Mass Payout with team authorization - Multi-project support with independent versioning and tag suffixes - Manual release fallback option requiring no special permissions - Enhanced publishing workflows with automatic npm publication - Comprehensive documentation with mermaid diagrams and quick reference Configuration Changes: - Updated changeset config to use 'main' as baseBranch - Added release scripts for project-specific versioning - Created comprehensive .github/README.md documentation Benefits: - Reduced manual errors through automation - Flexible approach supporting both simple and complex releases - Independent project release cycles - Maintains explicit team control over all releases Signed-off-by: Miguel_LZPF <[email protected]>
Signed-off-by: Mario Francia <[email protected]>
Improve code consistency by using ${VAR} syntax instead of $VAR
for all variable references in release workflows.
Changes:
- Use ${TAG_NAME} for git tag and push commands in both ATS and MP workflows
- Use ${MP_PACKAGES_TO_BUMP} in Mass Payout validation message
This addresses PR feedback for improved consistency and follows bash
best practices for variable expansion.
Addresses: PR #645 comments #3 and #5 from andrewb1269hg
Signed-off-by: Miguel_LZPF <[email protected]>
8abe369 to
e5211b3
Compare
luigi-io
pushed a commit
that referenced
this pull request
Oct 6, 2025
Signed-off-by: Miguel_LZPF <[email protected]> Signed-off-by: Mario Francia <[email protected]> Co-authored-by: Mario Francia <[email protected]>
themariofrancia
added a commit
that referenced
this pull request
Dec 9, 2025
Signed-off-by: Miguel_LZPF <[email protected]> Signed-off-by: Mario Francia <[email protected]> Co-authored-by: Mario Francia <[email protected]>
themariofrancia
added a commit
that referenced
this pull request
Dec 10, 2025
Signed-off-by: Miguel_LZPF <[email protected]> Signed-off-by: Mario Francia <[email protected]> Co-authored-by: Mario Francia <[email protected]>
themariofrancia
added a commit
that referenced
this pull request
Dec 10, 2025
Signed-off-by: Miguel_LZPF <[email protected]> Signed-off-by: Mario Francia <[email protected]> Co-authored-by: Mario Francia <[email protected]> Signed-off-by: Mario Francia <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This pull request introduces Changesets as the new system for semantic versioning and automated release management across the monorepo. It replaces manual versioning scripts and legacy publishing workflows with standardized commands and automated GitHub Actions. All ATS packages (contracts, SDK, and web) are now managed with fixed versioning and will be released together, while mass-payout packages remain independently versioned. Documentation and CI/CD workflows have been updated to reflect these changes.
Version management and release automation:
.changeset/config.json) and documentation (.changeset/README.md) to enable semantic versioning, changelog generation, and automated publishing for all packages. [1] [2]package.jsonscripts to include Changesets commands (changeset,changeset:version,changeset:publish,release, etc.), and added@changesets/clias a dev dependency. [1] [2].github/workflows/all.publish.yml) that automatically creates release PRs, publishes packages on merge, and provides a fallback manual publish job for emergencies. [1] [2]Documentation updates:
README.mdto document the Changesets workflow, versioning strategy, and new publishing commands for both developers and maintainers. [1] [2]docs/dev-monorepo-migration.md) to explain new version management commands, highlight the benefits of Changesets, and provide troubleshooting steps for the new workflow. [1] [2] [3]Changelog initialization:
CHANGELOG.mdin contracts, SDK, and web), marking the baseline for Changesets-managed releases at version 1.16.1. [1] [2] [3]Type of change
Testing
Node version:
Checklist