diff --git a/.github/workflows/respec.yaml b/.github/workflows/respec.yaml index 63dafdd..b4ebd6a 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 @@ -45,13 +45,15 @@ 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 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 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 |