Skip to content

Allign projects for Nx Release#1550

Merged
mamu0 merged 1 commit intomainfrom
fix-remove-changelog-title
Apr 2, 2026
Merged

Allign projects for Nx Release#1550
mamu0 merged 1 commit intomainfrom
fix-remove-changelog-title

Conversation

@mamu0
Copy link
Copy Markdown
Contributor

@mamu0 mamu0 commented Apr 1, 2026

  • Remove title from each CHANGELOG.md file
  • Fix nx.json adding al projects for the release

@mamu0 mamu0 requested a review from a team as a code owner April 1, 2026 15:32
@mamu0 mamu0 requested review from Copilot and lucacavallaro April 1, 2026 15:32
@mamu0 mamu0 temporarily deployed to infra-dev-ci April 1, 2026 15:33 — with GitHub Actions Inactive
@mamu0 mamu0 temporarily deployed to infra-dev-ci April 1, 2026 15:33 — with GitHub Actions Inactive
@mamu0 mamu0 temporarily deployed to infra-dev-ci April 1, 2026 15:33 — with GitHub Actions Inactive
@mamu0 mamu0 temporarily deployed to infra-dev-ci April 1, 2026 15:33 — with GitHub Actions Inactive
@mamu0 mamu0 temporarily deployed to infra-dev-ci April 1, 2026 15:33 — with GitHub Actions Inactive
@mamu0 mamu0 temporarily deployed to infra-dev-ci April 1, 2026 15:33 — with GitHub Actions Inactive
@mamu0 mamu0 temporarily deployed to infra-dev-ci April 1, 2026 15:33 — with GitHub Actions Inactive
@mamu0 mamu0 temporarily deployed to infra-dev-ci April 1, 2026 15:33 — with GitHub Actions Inactive
@mamu0 mamu0 temporarily deployed to infra-dev-ci April 1, 2026 15:33 — with GitHub Actions Inactive
@mamu0 mamu0 temporarily deployed to infra-dev-ci April 1, 2026 15:33 — with GitHub Actions Inactive
@mamu0 mamu0 temporarily deployed to infra-dev-ci April 1, 2026 15:33 — with GitHub Actions Inactive
@mamu0 mamu0 temporarily deployed to infra-dev-ci April 1, 2026 15:33 — with GitHub Actions Inactive
@mamu0 mamu0 temporarily deployed to infra-dev-ci April 1, 2026 15:33 — with GitHub Actions Inactive
@mamu0 mamu0 temporarily deployed to infra-dev-ci April 1, 2026 15:33 — with GitHub Actions Inactive
@mamu0 mamu0 temporarily deployed to infra-dev-ci April 1, 2026 15:33 — with GitHub Actions Inactive
@mamu0 mamu0 temporarily deployed to infra-dev-ci April 1, 2026 15:33 — with GitHub Actions Inactive
@mamu0 mamu0 temporarily deployed to infra-dev-ci April 1, 2026 15:33 — with GitHub Actions Inactive
@mamu0 mamu0 temporarily deployed to infra-dev-ci April 1, 2026 15:33 — with GitHub Actions Inactive
@mamu0 mamu0 temporarily deployed to infra-dev-ci April 1, 2026 15:33 — with GitHub Actions Inactive
@mamu0 mamu0 temporarily deployed to infra-dev-ci April 1, 2026 15:33 — with GitHub Actions Inactive
@mamu0 mamu0 temporarily deployed to infra-dev-ci April 1, 2026 15:33 — with GitHub Actions Inactive
@mamu0 mamu0 temporarily deployed to infra-dev-ci April 1, 2026 15:33 — with GitHub Actions Inactive
@mamu0 mamu0 temporarily deployed to infra-dev-ci April 1, 2026 15:33 — with GitHub Actions Inactive
@mamu0 mamu0 temporarily deployed to infra-dev-ci April 1, 2026 15:33 — with GitHub Actions Inactive
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 1, 2026

📋 Pre-commit Output Log
[INFO] Initializing environment for https://github.com/antonbabenko/pre-commit-terraform.
Lock Terraform Registry modules..................................(no files to check)Skipped
Terraform Providers Lock (on staged .terraform.lock.hcl files).......................Passed
- hook id: terraform_providers_lock_staged
- duration: 0.04s

No .terraform.lock.hcl files to process.

Terraform fmt....................................................(no files to check)Skipped
terraform_docs on modules............................................................Passed
terraform_docs on resources......................................(no files to check)Skipped
Terraform validate with tflint...................................(no files to check)Skipped
Terraform validate...............................................(no files to check)Skipped
Terraform validate with trivy....................................(no files to check)Skipped

Generated on Wed Apr 1 15:33:35 UTC 2026
Run all checks on modified files

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 1, 2026

Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-mud-0405c6703-1550.westeurope.1.azurestaticapps.net

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adjusts Nx Release configuration and standardizes generated changelog formatting across the monorepo, aligning project release behavior with the workspace layout.

Changes:

  • Removed the top-level # ... title lines from multiple CHANGELOG.md files so they start directly with version sections.
  • Updated nx.json formatting for several targetDefaults fields and added an explicit release.projects list covering apps, packages, actions, infra modules, providers, containers, and infra scripts.

Reviewed changes

Copilot reviewed 63 out of 63 changed files in this pull request and generated no comments.

Show a summary per file
File Description
providers/azure/CHANGELOG.md Removes top-level changelog title header.
providers/aws/CHANGELOG.md Removes top-level changelog title header.
packages/savemoney/CHANGELOG.md Removes top-level changelog title header.
packages/pnpm-plugin-pagopa/CHANGELOG.md Removes top-level changelog title header.
packages/mcp-prompts/CHANGELOG.md Removes top-level changelog title header.
packages/eslint-config/CHANGELOG.md Removes top-level changelog title header.
infra/scripts/CHANGELOG.md Removes top-level changelog title header.
infra/modules/github_selfhosted_runner_on_container_app_jobs/CHANGELOG.md Removes top-level changelog title header.
infra/modules/github_selfhosted_runner_on_codebuild/CHANGELOG.md Removes top-level changelog title header.
infra/modules/github_environment_bootstrap/CHANGELOG.md Removes top-level changelog title header.
infra/modules/azure_storage_account/CHANGELOG.md Removes top-level changelog title header.
infra/modules/azure_service_bus_namespace/CHANGELOG.md Removes top-level changelog title header.
infra/modules/azure_service_bus_alerts/CHANGELOG.md Removes top-level changelog title header.
infra/modules/azure_role_assignments/CHANGELOG.md Removes top-level changelog title header.
infra/modules/azure_postgres_server/CHANGELOG.md Removes top-level changelog title header.
infra/modules/azure_naming_convention/CHANGELOG.md Removes top-level changelog title header.
infra/modules/azure_github_environment_bootstrap/CHANGELOG.md Removes top-level changelog title header.
infra/modules/azure_function_app/CHANGELOG.md Removes top-level changelog title header.
infra/modules/azure_function_app_exposed/CHANGELOG.md Removes top-level changelog title header.
infra/modules/azure_federated_identity_with_github/CHANGELOG.md Removes top-level changelog title header.
infra/modules/azure_event_hub/CHANGELOG.md Removes top-level changelog title header.
infra/modules/azure_cosmos_account/CHANGELOG.md Removes top-level changelog title header.
infra/modules/azure_core_values_exporter/CHANGELOG.md Removes top-level changelog title header.
infra/modules/azure_core_infra/CHANGELOG.md Removes top-level changelog title header.
infra/modules/azure_container_app/CHANGELOG.md Removes top-level changelog title header.
infra/modules/azure_container_app_environment/CHANGELOG.md Removes top-level changelog title header.
infra/modules/azure_cdn/CHANGELOG.md Removes top-level changelog title header.
infra/modules/azure_app_service/CHANGELOG.md Removes top-level changelog title header.
infra/modules/azure_app_service_plan_autoscaler/CHANGELOG.md Removes top-level changelog title header.
infra/modules/azure_app_service_exposed/CHANGELOG.md Removes top-level changelog title header.
infra/modules/azure_app_configuration/CHANGELOG.md Removes top-level changelog title header.
infra/modules/azure_api_management/CHANGELOG.md Removes top-level changelog title header.
infra/modules/aws_open_next/CHANGELOG.md Removes top-level changelog title header.
infra/modules/aws_github_environment_bootstrap/CHANGELOG.md Removes top-level changelog title header.
infra/modules/aws_core_values_exporter/CHANGELOG.md Removes top-level changelog title header.
infra/modules/aws_core_infra/CHANGELOG.md Removes top-level changelog title header.
infra/modules/aws_azure_vpn/CHANGELOG.md Removes top-level changelog title header.
containers/self-hosted-runner/CHANGELOG.md Removes top-level changelog title header.
apps/website/CHANGELOG.md Removes top-level changelog title header.
apps/opex-dashboard/CHANGELOG.md Removes top-level changelog title header.
apps/mcpserver/CHANGELOG.md Removes top-level changelog title header.
apps/dx-metrics/CHANGELOG.md Removes top-level changelog title header.
apps/cli/CHANGELOG.md Removes top-level changelog title header.
actions/terraform-plan-upload/CHANGELOG.md Removes top-level changelog title header.
actions/terraform-plan-storage-upload/CHANGELOG.md Removes top-level changelog title header.
actions/terraform-plan-storage-download/CHANGELOG.md Removes top-level changelog title header.
actions/terraform-plan-download/CHANGELOG.md Removes top-level changelog title header.
actions/static-assets-deploy/CHANGELOG.md Removes top-level changelog title header.
actions/setup-telemetry/CHANGELOG.md Removes top-level changelog title header.
actions/renew-tls-certificate/CHANGELOG.md Removes top-level changelog title header.
actions/pr-comment/CHANGELOG.md Removes top-level changelog title header.
actions/opex-dashboard-generate/CHANGELOG.md Removes top-level changelog title header.
actions/nx-release/CHANGELOG.md Removes top-level changelog title header.
actions/make-artifact/CHANGELOG.md Removes top-level changelog title header.
actions/log-telemetry-event/CHANGELOG.md Removes top-level changelog title header.
actions/keep-alive/CHANGELOG.md Removes top-level changelog title header.
actions/incremental-rollout/CHANGELOG.md Removes top-level changelog title header.
actions/filter-terraform-plan/CHANGELOG.md Removes top-level changelog title header.
actions/docker-build-push/CHANGELOG.md Removes top-level changelog title header.
actions/detect-node-package-manager/CHANGELOG.md Removes top-level changelog title header.
actions/csp-login/CHANGELOG.md Removes top-level changelog title header.
actions/convert-mermaid-svg/CHANGELOG.md Removes top-level changelog title header.
nx.json Adds release.projects filters and normalizes JSON formatting for several defaults/plugin options.

@mamu0 mamu0 merged commit a77dfb1 into main Apr 2, 2026
45 of 47 checks passed
@mamu0 mamu0 deleted the fix-remove-changelog-title branch April 2, 2026 07:33
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.

3 participants