Skip to content

Commit

Permalink
Merge pull request #455 from irtazaakram/update-catalog-info#1079
Browse files Browse the repository at this point in the history
feat: release tagging via catalog-info.yaml and remove openedx.yaml
  • Loading branch information
feanil committed Apr 30, 2024
2 parents bdde9a0 + eab19e8 commit 43b0237
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 23 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ Change Log
This file loosely adheres to the structure of https://keepachangelog.com/,
but in reStructuredText instead of Markdown.
2024-04-30
**********

Changed
=======
- added new catalog-info field ``openedx.org/release``
- removed openedx.yaml file

2023-12-18
**********

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ metadata:
name: '{{ cookiecutter.repo_name }}'
description: "{{ cookiecutter.project_short_description }}"
annotations:
# The openedx.org/release key is described in OEP-10:
# https://open-edx-proposals.readthedocs.io/en/latest/oep-0010-proc-openedx-releases.html
# The FAQ might also be helpful: https://openedx.atlassian.net/wiki/spaces/COMM/pages/1331268879/Open+edX+Release+FAQ
# Note: This will only work if the repo is in the `openedx` org in github. Repos in other orgs that have this
# setting will still be treated as if they don't want to be part of the Open edX releases.
openedx.org/release: null
# (Optional) Annotation keys and values can be whatever you want.
# We use it in Open edX repos to have a comma-separated list of GitHub user
# names that might be interested in changes to the architecture of this
Expand Down

This file was deleted.

0 comments on commit 43b0237

Please sign in to comment.