Skip to content

chore: adopt release-branch model for 1.0.0#852

Merged
arbrandes merged 1 commit into
openedx:frontend-basefrom
arbrandes:arbrandes/publish-1.0.0
Jul 9, 2026
Merged

chore: adopt release-branch model for 1.0.0#852
arbrandes merged 1 commit into
openedx:frontend-basefrom
arbrandes:arbrandes/publish-1.0.0

Conversation

@arbrandes

Copy link
Copy Markdown
Contributor

Description

This adopts the release-branch model from ADR 0012 (amended in openedx/frontend-base#274) so that this repo can publish its first stable release, 1.0.0, to npm @latest. Part of #851.

Today the rewrite publishes 1.0.0-alpha.* to @latest. The target model is that stable is published from a long-lived release/frontend-base branch (npm @latest), while the frontend-base dev branch publishes -alpha prereleases to @alpha.

.releaserc replaces the placeholder entry with the release/frontend-base latest-channel entry and sets the frontend-base prerelease channel to alpha (without it, semantic-release would default the dist-tag to the branch name and land prereleases on @frontend-base). release.yml now triggers on both frontend-base and release/frontend-base. The @openedx/frontend-base peer dependency is bumped from ^1.0.0-alpha to ^1.0.0, the released stable.

The release/frontend-base branch has already been cut from the current frontend-base tip, so this config can land safely. Once merged, release/frontend-base will be fast-forwarded up to frontend-base to publish 1.0.0 to @latest.

LLM usage notice

Built with assistance from Claude models (mostly Opus 4.8).

Adopt the ADR 0012 release-branch model: publish stable from a
long-lived release/frontend-base branch (npm @latest) while the
frontend-base dev branch publishes -alpha prereleases to @Alpha.

- .releaserc: replace placeholder with the release/frontend-base
  latest-channel entry; set the frontend-base prerelease channel to alpha
- release.yml: trigger on both frontend-base and release/frontend-base
- bump @openedx/frontend-base peer dependency to ^1.0.0 (stable)

Part of openedx#851

Co-Authored-By: Claude <noreply@anthropic.com>
@arbrandes arbrandes linked an issue Jul 9, 2026 that may be closed by this pull request
9 tasks
@arbrandes
arbrandes merged commit ae2e66f into openedx:frontend-base Jul 9, 2026
4 checks passed
@arbrandes
arbrandes deleted the arbrandes/publish-1.0.0 branch July 9, 2026 14:37
@codecov

codecov Bot commented Jul 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (frontend-base@8c54913). Learn more about missing BASE report.

Additional details and impacted files
@@               Coverage Diff                @@
##             frontend-base     #852   +/-   ##
================================================
  Coverage                 ?   90.93%           
================================================
  Files                    ?      151           
  Lines                    ?     1280           
  Branches                 ?      273           
================================================
  Hits                     ?     1164           
  Misses                   ?      111           
  Partials                 ?        5           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Publish frontend-app-learner-dashboard 1.0.0

1 participant