Skip to content

publish #20

Merged
Abdallah-khalil merged 6 commits intorelease/angular-3dfrom
main
Jan 20, 2026
Merged

publish #20
Abdallah-khalil merged 6 commits intorelease/angular-3dfrom
main

Conversation

@Abdallah-khalil
Copy link
Copy Markdown
Collaborator

Description

Brief description of changes.

Type of Change

  • Bug fix (non-breaking change fixing an issue)
  • New feature (non-breaking change adding functionality)
  • Breaking change (fix or feature causing existing functionality to change)
  • Documentation update
  • Refactoring (no functional changes)
  • Performance improvement
  • Test update

Related Issue

Fixes #(issue number)

Library Affected

  • @hive-academy/angular-3d
  • @hive-academy/angular-gsap
  • Demo app
  • Documentation only

Checklist

  • My code follows the project's coding standards
  • I have run npx nx run-many -t lint test typecheck build locally
  • I have added tests covering my changes
  • All new and existing tests pass
  • I have updated relevant documentation
  • My commits follow conventional commit format

Screenshots (if applicable)

Breaking Changes (if applicable)

- Add check-trigger job to prevent infinite loop from bot commits
- Add git pull step to ensure Job 2 gets latest version after bump
- Read version from file in Job 2 instead of relying on Job 1 outputs
- Fix YAML indentation in PR comment template literal
- Add proper job dependencies and conditions
fix(ci): improve release PR check workflow
@nx-cloud
Copy link
Copy Markdown

nx-cloud bot commented Jan 20, 2026

View your CI Pipeline Execution ↗ for commit 02a523a

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

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

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.
feat(ci): replace custom release workflow with Release Please
- CI now only runs on pull requests (not on main push)
- Disable deploy-gh-pages automatic trigger (manual only for now)
- Update release-please workflow settings

This prevents duplicate workflow runs when PRs are merged.
@Abdallah-khalil Abdallah-khalil merged commit 2fe29fc into release/angular-3d Jan 20, 2026
7 of 8 checks 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.

1 participant