Skip to content

Commit 2be36c9

Browse files
arbrandesclaude
andcommitted
chore: adopt release-branch model for 1.0.0
Publish stable from a long-lived release branch (@latest) while main publishes -alpha prereleases to @Alpha. Bump the frontend-base peer dependency to the released ^1.0.0. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 6c1e290 commit 2be36c9

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- release
67

78
permissions:
89
id-token: write # Required for OIDC

.releaserc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"branches": [
3-
"placeholder",
4-
{ "name": "main", "prerelease": "alpha", "channel": "latest" }
3+
{ "name": "release", "channel": "latest" },
4+
{ "name": "main", "prerelease": "alpha", "channel": "alpha" }
55
],
66
"tagFormat": "v${version}",
77
"plugins": [

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"turbo": "^2.9.2"
7676
},
7777
"peerDependencies": {
78-
"@openedx/frontend-base": "^1.0.0-alpha || 0.0.0-dev",
78+
"@openedx/frontend-base": "^1.0.0 || 0.0.0-dev",
7979
"@openedx/paragon": "^23",
8080
"@tanstack/react-query": "^5",
8181
"react": "^18",

0 commit comments

Comments
 (0)