Skip to content

Commit 73c14c6

Browse files
authored
Merge pull request OAI#84 from ralfhandl/respec-workflow-target-repo
1.0.0: set release date
2 parents 6b2c853 + eddc21a commit 73c14c6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/respec.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@v4 # checkout gh-pages branch
3636
with:
3737
token: ${{ secrets.OAS_REPO_TOKEN }}
38-
repository: ralfhandl/OpenAPI-Specification # TODO: change to OAI/...
38+
repository: OAI/OpenAPI-Specification # TODO: change to OAI/...
3939
ref: gh-pages
4040
path: deploy
4141

@@ -45,13 +45,15 @@ jobs:
4545
- name: Create Pull Request
4646
uses: peter-evans/create-pull-request@v7
4747
with:
48+
# A personal access token is required to push changes to the repository.
49+
# This token needs to be refreshed regularly and stored in the repository secrets.
4850
token: ${{ secrets.OAS_REPO_TOKEN }}
4951
branch: update-overlay-respec-version
5052
base: gh-pages
5153
delete-branch: true
5254
path: deploy
5355
labels: Housekeeping
54-
# team-reviewers: OAI/tsc
56+
team-reviewers: OAI/tsc
5557
title: Update ReSpec-rendered specification versions for Overlay
5658
commit-message: Update ReSpec-rendered specification versions
5759
signoff: true

versions/1.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,4 +281,4 @@ The extensions may or may not be supported by the available tooling, but those m
281281

282282
| Version | Date | Notes |
283283
| ---- | ---- | ---- |
284-
| 1.0.0 | TBD | First release of the Overlay Specification |
284+
| 1.0.0 | 2024-10-17 | First release of the Overlay Specification |

0 commit comments

Comments
 (0)