forked from oppia/oppia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
release_constants.json
44 lines (44 loc) · 2.91 KB
/
release_constants.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"BLOCKING_BUG_MILESTONE_NUMBER": 39,
"CHANGELOG_HEADER": "### Changelog:\n",
"COMMIT_HISTORY_HEADER": "### Commit History:\n",
"CONSTANTS_PATH": "assets/constants.ts",
"CUT_BRANCH_MODULE_PATH": "scripts.release_scripts.cut_release_or_hotfix_branch",
"EMAIL_HEADER": "### Email C&P Blurbs about authors:\n",
"EXISTING_AUTHORS_HEADER": "### Existing Authors:\n",
"GAE_DIR": "../oppia_tools/google-cloud-sdk-304.0.0/google-cloud-sdk/platform/google_appengine",
"GCLOUD_PATH": "../oppia_tools/google-cloud-sdk-304.0.0/google-cloud-sdk/bin/gcloud",
"GITHUB_RELEASE_TAB_URL": "https://github.com/oppia/oppia/releases",
"INDEX_YAML_PATH": "index.yaml",
"ISSUE_FILING_URL": "https://github.com/oppia/oppia/milestone/39",
"ISSUE_URL_FORMAT_STRING": "https://github.com/oppia/oppia/issues/%s",
"ISSUES_HEADER": "### Issues mentioned in commits:\n",
"JOBS_FORM_URL": "https://goo.gl/forms/XIj00RJ2h5L55XzU2",
"JOBS_SPREADSHEETS_URL": "https://docs.google.com/spreadsheets/d/1Wegd0rZhVOm3Q3VCIw0xMbLC7IWtRyrEahiPn61Fhoo/edit#gid=948463314",
"LABEL_FOR_CURRENT_RELEASE_PRS": "PR: for current release",
"LABEL_FOR_RELEASED_PRS": "PR: released",
"NEW_AUTHORS_HEADER": "### New Authors:\n",
"NEW_CONTRIBUTORS_HEADER": "### New Contributors:\n",
"NEW_RELEASE_URL": "https://github.com/oppia/oppia/releases/new",
"OPPIA_DEV_GROUP_URL": "https://groups.google.com/forum/#!forum/oppia-dev",
"PY_GITHUB_PATH": "../oppia_tools/PyGithub-1.45",
"RELEASE_DRIVE_URL": "https://drive.google.com/drive/folders/0B9KSjiibL_WDNjJyYlEtbTNvY3c",
"RELEASE_NOTES_EXAMPLE_URL": "https://docs.google.com/document/d/1OUwgMPNORABJAz7DS0iuDUr5A2FxcXg4Y5-qUEdgo-M",
"RELEASE_NOTES_TEMPLATE_URL": "https://docs.google.com/document/d/1VBa3pdRLnvobNlfmZB6-uRYJHBz_Gc-6eN_ilSoVlhE",
"RELEASE_NOTES_URL": "https://docs.google.com/document/d/1pmcDNfM2KtmkZeYipuInC48RE5JfkSJWQYdIQAkD0hQ",
"RELEASE_ROTA_URL": "https://github.com/oppia/oppia/wiki/Release-Schedule#release-coordinators-and-qa-coordinators-for-upcoming-releases",
"RELEASE_SUMMARY_FILEPATH": "../release_summary.md",
"REMOTE_URL": "[email protected]:oppia/oppia.git",
"REPO_SPECIFIC_CHANGE_MODULE_PATH": "scripts.release_scripts.repo_specific_changes_fetcher",
"SCHEMA_CONFIG_PATH": "feconf.py",
"SCHEMA_VERSIONS_TO_JOBS_MAPPING": {
"CURRENT_COLLECTION_SCHEMA_VERSION": "CollectionMigrationOneOffJob",
"CURRENT_STATE_SCHEMA_VERSION": "ExplorationMigrationJobManager",
"CURRENT_SKILL_CONTENTS_SCHEMA_VERSION": "SkillMigrationOneOffJob",
"CURRENT_MISCONCEPTIONS_SCHEMA_VERSION": "SkillMigrationOneOffJob",
"CURRENT_RUBRIC_SCHEMA_VERSION": "SkillMigrationOneOffJob",
"CURRENT_STORY_CONTENTS_SCHEMA_VERSION": "StoryMigrationOneOffJob",
"CURRENT_SUBTOPIC_SCHEMA_VERSION": "TopicMigrationOneOffJob",
"CURRENT_STORY_REFERENCE_SCHEMA_VERSION": "TopicMigrationOneOffJob"
}
}