Skip to content

feat(ci): replace custom release workflow with Release Please#21

Merged
Abdallah-khalil merged 1 commit intomainfrom
fix/release-pr-check-workflow
Jan 20, 2026
Merged

feat(ci): replace custom release workflow with Release Please#21
Abdallah-khalil merged 1 commit intomainfrom
fix/release-pr-check-workflow

Conversation

@Abdallah-khalil
Copy link
Copy Markdown
Collaborator

No description provided.

BREAKING CHANGE: Complete overhaul of release workflow

- Remove release-pr-check.yml (manual version bump workflow)
- Remove publish-on-branch.yml (branch-based release)
- Add release-please.yml (Google's Release Please for automated releases)
- Add release-please-config.json (monorepo configuration)
- Add .release-please-manifest.json (version tracking)
- Update publish.yml header (now emergency-only)
- Update docs/publishing/README.md with new workflow

New workflow:
1. Use conventional commits with scope (feat(angular-3d): ...)
2. Release Please auto-creates Release PRs
3. Merge Release PR to publish to npm

Benefits:
- No manual version bumping required
- No branch protection conflicts
- Automatic CHANGELOG generation
- Industry-standard approach used by Angular, Firebase, etc.
@nx-cloud
Copy link
Copy Markdown

nx-cloud bot commented Jan 20, 2026

View your CI Pipeline Execution ↗ for commit f59529b

Command Status Duration Result
nx run-many -t lint test typecheck build ✅ Succeeded 10s View ↗

☁️ Nx Cloud last updated this comment at 2026-01-20 09:02:26 UTC

@Abdallah-khalil Abdallah-khalil merged commit 9150537 into main Jan 20, 2026
2 checks passed
@Abdallah-khalil Abdallah-khalil deleted the fix/release-pr-check-workflow branch January 20, 2026 09:02
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.

1 participant