Skip to content

Commit 3deff43

Browse files
authored
Merge pull request #4157 from ralfhandl/3.1.1-set-release-date
3.1.1 set release date
2 parents 8601be6 + 36dd159 commit 3deff43

23 files changed

+5132
-3952
lines changed

.github/workflows/schema-tests.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: schema-test
55

66
#
77
# This workflow runs the npm test script to validate passing and failing
8-
# testcases for the metaschema.
8+
# testcases for the metaschemas
99
#
1010

1111
# run this on push to any branch and creation of pull-requests
@@ -23,13 +23,15 @@ jobs:
2323
- uses: actions/checkout@v4 # checkout repo content
2424
with:
2525
fetch-depth: 0
26+
2627
- uses: actions/setup-node@v4 # setup Node.js
2728
with:
2829
node-version: '20.x'
30+
2931
- name: Install dependencies from main
3032
run: |
3133
git checkout remotes/origin/main -- package.json package-lock.json
3234
npm ci
35+
3336
- name: Run tests
3437
run: npm run test
35-

.github/workflows/validate-markdown.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
node-version: '20.x'
3030
- name: Validate markdown
3131
run: npx --yes mdv versions/3.*.md
32+
- name: Lint markdown v3.0.4
33+
run: npx --yes markdownlint-cli --config .markdownlint.yaml versions/3.0.4.md
3234
- name: Lint markdown v3.1.1
3335
run: npx --yes markdownlint-cli --config .markdownlint.yaml versions/3.1.1.md
34-

DEVELOPMENT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md)
7878

7979
## Release Process
8080

81-
A release requires a vote on the release notes by TSC members within the voting period. Major or minor release voting periods will be announced by the Liaison in the Slack channel and noted on the calendar at least 6 days in advance. During this time, TSC members who have not yet voted must note their approval on the GitHub pull request for the release notes. Patch releases happen at the first TSC meeting of a calendar month. The Liaison is responsible for coordinating the actual merge to main with marketing support, if any.
81+
A release requires a vote on the release notes by TSC members within the voting period. Major or minor release voting periods will be announced in the Slack channel and noted on the calendar at least 6 days in advance. During this time, TSC members who have not yet voted must note their approval on the GitHub pull request for the release notes. TSC members are responsible for coordinating the actual merge to main with marketing support, if any.
8282

8383
* Patch-level releases require majority approval by TSC members. (Max voting period 3 days)
8484

MAINTAINERS.md

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
* Jeremy Whitlock [@whitlockjc](https://github.com/whitlockjc)
66
* Marsh Gardiner [@earth2marsh](https://github.com/earth2marsh)
77
* Ron Ratovsky [@webron](https://github.com/webron)
8-
9-
## Provisional
108
* Lorna Mitchell [@lornajane](https://github.com/lornajane)
119
* Mike Kistler [@mikekistler](https://github.com/mikekistler)
1210
* Miguel Quintero [@miqui](https://github.com/miqui)

0 commit comments

Comments
 (0)