Skip to content

Commit d86494b

Browse files
committed
fix: prepare main for the stable release
Adopt the release-branch publishing model, depend on the stable frontend-base, and align repository metadata with the renamed repository.
1 parent fc4519e commit d86494b

5 files changed

Lines changed: 768 additions & 377 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Release CI
22
on:
33
push:
44
branches:
5-
- frontend-base
5+
- main
6+
- release
67

78
permissions:
89
contents: read # for checkout

.releaserc

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

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ frontend-app-notifications
44
|license-badge| |status-badge| |ci-badge| |codecov-badge|
55

66
.. |license-badge| image:: https://img.shields.io/badge/license-AGPL-informational
7-
:target: https://github.com/openedx/frontend-plugin-notifications/blob/main/LICENSE
7+
:target: https://github.com/openedx/frontend-app-notifications/blob/main/LICENSE
88
:alt: License
99

1010
.. |status-badge| image:: https://img.shields.io/badge/Status-Maintained-brightgreen
1111

12-
.. |ci-badge| image:: https://github.com/openedx/frontend-plugin-notifications/actions/workflows/ci.yml/badge.svg
13-
:target: https://github.com/openedx/frontend-plugin-notifications/actions/workflows/ci.yml
12+
.. |ci-badge| image:: https://github.com/openedx/frontend-app-notifications/actions/workflows/ci.yml/badge.svg
13+
:target: https://github.com/openedx/frontend-app-notifications/actions/workflows/ci.yml
1414
:alt: Continuous Integration
1515

16-
.. |codecov-badge| image:: https://codecov.io/github/openedx/frontend-plugin-notifications/coverage.svg?branch=main
17-
:target: https://codecov.io/github/openedx/frontend-plugin-notifications?branch=main
16+
.. |codecov-badge| image:: https://codecov.io/github/openedx/frontend-app-notifications/coverage.svg?branch=main
17+
:target: https://codecov.io/github/openedx/frontend-app-notifications?branch=main
1818
:alt: Codecov
1919

2020
Purpose

0 commit comments

Comments
 (0)