Skip to content

Commit

Permalink
Merge pull request #1610 from folio-org/FOLIO-873-improve-docs-259
Browse files Browse the repository at this point in the history
FOLIO-873 improve docs
  • Loading branch information
dcrossleyau committed Mar 5, 2024
2 parents 1ca4f43 + f185be3 commit 98693b1
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
1 change: 1 addition & 0 deletions _data/apigroup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ other:
- edge-fqm
- mod-lists
- mod-ldp
- mod-reading-room
- mod-scheduler
- folio-custom-fields
- folio-query-tool-metadata
Expand Down
28 changes: 26 additions & 2 deletions _data/repos.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"metadata": {
"generatedDateTime": "2024-02-26T22:27:30.483810+00:00"
"generatedDateTime": "2024-03-05T00:57:19.933074+00:00"
},
"repos": [
{
Expand Down Expand Up @@ -238,6 +238,7 @@
]
},
{
"apiTypes": "OAS",
"defaultBranch": "master",
"description": null,
"docDirName": null,
Expand All @@ -247,7 +248,17 @@
"ramlDirName": null,
"repoLanguageHint": "java",
"repoType": "backend-edge",
"snippetIntro": "<p>Provides an ability to retrieve license term information</p>"
"snippetIntro": "<p>Provides an ability to retrieve license term information</p>",
"workflows": [
"api-doc.yml",
"api-lint.yml",
"api-schema-lint.yml"
],
"workflowsFolio": [
"api-doc.yml",
"api-lint.yml",
"api-schema-lint.yml"
]
},
{
"apiTypes": "OAS",
Expand Down Expand Up @@ -2553,6 +2564,19 @@
"api-schema-lint.yml"
]
},
{
"defaultBranch": "master",
"description": null,
"docDirName": null,
"hintOas": true,
"isSpringway": true,
"name": "mod-reading-room",
"org": "folio-org",
"ramlDirName": null,
"repoLanguageHint": "java",
"repoType": "backend-mod",
"snippetIntro": "<p>APIs for managing reading room and its related access.</p>"
},
{
"apiTypes": "OAS",
"defaultBranch": "master",
Expand Down
2 changes: 1 addition & 1 deletion guides/regular-releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ At this stage it happens on an approximate quarterly basis.

Refer to the [Releases](https://wiki.folio.org/display/REL/) area of the Wiki for co-ordination of the next regular release, and for followup bugfix and hotfix release processes.
The approximate dates and names for upcoming releases are also listed there, along with calendars and milestone deadlines to assist planning.
Refer to the list of descriptive [flower-inspired names](https://wiki.folio.org/display/REL/Flower+Release+Names) (e.g. nolana, orchid, poppy).
Refer to the list of descriptive [flower-inspired names](https://wiki.folio.org/display/REL/Flower+Release+Names) (e.g. orchid, poppy, quesnelia, ramsons).

The wiki page [Release process in Jira](https://wiki.folio.org/display/REL/Release+process+in+Jira) explains the use of the special issue tracker process to manage release related activities, and to track interface versions and RMB versions.
There is also a "Release board" to assess the current state.
Expand Down

0 comments on commit 98693b1

Please sign in to comment.