From c13550fdee49ce445765c705b3ed86617bab023a Mon Sep 17 00:00:00 2001 From: Ralf Handl Date: Thu, 17 Oct 2024 20:49:53 +0200 Subject: [PATCH 1/3] Target OAI repository --- .github/workflows/respec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/respec.yaml b/.github/workflows/respec.yaml index 63dafdd..8c9d592 100644 --- a/.github/workflows/respec.yaml +++ b/.github/workflows/respec.yaml @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@v4 # checkout gh-pages branch with: token: ${{ secrets.OAS_REPO_TOKEN }} - repository: ralfhandl/OpenAPI-Specification # TODO: change to OAI/... + repository: OAI/OpenAPI-Specification # TODO: change to OAI/... ref: gh-pages path: deploy @@ -51,7 +51,7 @@ jobs: delete-branch: true path: deploy labels: Housekeeping - # team-reviewers: OAI/tsc + team-reviewers: OAI/tsc title: Update ReSpec-rendered specification versions for Overlay commit-message: Update ReSpec-rendered specification versions signoff: true From e826e162c336325884af5194b48dea9ee6c15e94 Mon Sep 17 00:00:00 2001 From: Ralf Handl Date: Fri, 18 Oct 2024 09:40:06 +0200 Subject: [PATCH 2/3] Add release date --- versions/1.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions/1.0.0.md b/versions/1.0.0.md index 5863472..fa577f6 100644 --- a/versions/1.0.0.md +++ b/versions/1.0.0.md @@ -281,4 +281,4 @@ The extensions may or may not be supported by the available tooling, but those m | Version | Date | Notes | | ---- | ---- | ---- | -| 1.0.0 | TBD | First release of the Overlay Specification | +| 1.0.0 | 2024-10-17 | First release of the Overlay Specification | From eddc21a4c07093adbb9d45489d901ec50f61688e Mon Sep 17 00:00:00 2001 From: Ralf Handl Date: Fri, 18 Oct 2024 09:44:05 +0200 Subject: [PATCH 3/3] Update respec.yaml --- .github/workflows/respec.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/respec.yaml b/.github/workflows/respec.yaml index 8c9d592..b4ebd6a 100644 --- a/.github/workflows/respec.yaml +++ b/.github/workflows/respec.yaml @@ -45,6 +45,8 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v7 with: + # A personal access token is required to push changes to the repository. + # This token needs to be refreshed regularly and stored in the repository secrets. token: ${{ secrets.OAS_REPO_TOKEN }} branch: update-overlay-respec-version base: gh-pages