10 Commits

Author SHA1 Message Date
7542b17a74 Merge branch 'draft' into release-candidate
All checks were successful
CI - Docs build check / build-check (push) Successful in 9s
2026-04-26 09:54:40 -05:00
6143d0fdd9 build 2024-06-06 06:42:14 -05:00
e34297f200 update publish date 2024-06-06 06:35:10 -05:00
ae31a90185 DR using last out
Addresses #13
2024-06-06 06:33:37 -05:00
89e0973c27 postponing games in extraordinary circumstances.
address #10
2024-06-06 06:33:37 -05:00
6d7d0531ce removed "extraordinary circumstances", add "not resumed"
this doesn't really apply, as the league does not resume suspended games in the regular season.
2024-01-19 15:19:29 -06:00
2b29a561da update readme with github pages instructions 2024-01-19 14:49:32 -06:00
9a3939f42e update metadata date 2024-01-19 14:20:46 -06:00
063f66fc6b clarify 'no game' and slaughter rule
address issue #9
2024-01-19 13:44:27 -06:00
8c91733d65 move uniform to correct section
address issue #11
remove "Uniform" from section "Team Rosters; Players and Eligibility; Uniforms"
"Uniform" subsection stays in "Teams and Managers" section
Add "Player Uniforms" reference to "Uniform" subsection in "General Play"
2024-01-19 13:44:26 -06:00
6 changed files with 4 additions and 50 deletions

View File

@@ -2,10 +2,6 @@ name: CI - Docs build check
on: on:
push: push:
tags:
- "draft*"
- "rc*"
- "v*"
branches: branches:
- main - main
- draft - draft

View File

@@ -1,4 +1,4 @@
name: Build & publish name: Build & publish docs (rc + release)
on: on:
push: push:
@@ -87,7 +87,6 @@ jobs:
OUT_DIR="${RUNNER_TEMP}/pandoc" OUT_DIR="${RUNNER_TEMP}/pandoc"
OUT_FILE="${GITHUB_REF_NAME}-${SHORT_SHA}.docx" OUT_FILE="${GITHUB_REF_NAME}-${SHORT_SHA}.docx"
PLAYING_RULES_OUT_FILE="${GITHUB_REF_NAME}-${SHORT_SHA}-playing-rules.docx"
echo "SHORT_SHA=`echo ${SHORT_SHA}`" >> $GITHUB_ENV echo "SHORT_SHA=`echo ${SHORT_SHA}`" >> $GITHUB_ENV
mkdir -p "${OUT_DIR}" mkdir -p "${OUT_DIR}"
@@ -110,16 +109,6 @@ jobs:
echo "Pandoc output written to ${OUT_DIR}/${OUT_FILE}" echo "Pandoc output written to ${OUT_DIR}/${OUT_FILE}"
echo "Generating ${PLAYING_RULES_OUT_FILE}"
pandoc \
docs/03-playing-rules.md \
--shift-heading-level-by=-1 \
--number-sections \
-o "${OUT_DIR}/${PLAYING_RULES_OUT_FILE}"
echo "Pandoc output written to ${OUT_DIR}/${PLAYING_RULES_OUT_FILE}"
- name: Zip offline site - name: Zip offline site
run: | run: |
set -euo pipefail set -euo pipefail
@@ -151,7 +140,6 @@ jobs:
files: | files: |
${{ runner.temp }}/mkdocs_out/site_offline/${{ github.ref_name }}.zip ${{ runner.temp }}/mkdocs_out/site_offline/${{ github.ref_name }}.zip
${{ runner.temp }}/pandoc/${{ github.ref_name }}-${{ env.SHORT_SHA }}.docx ${{ runner.temp }}/pandoc/${{ github.ref_name }}-${{ env.SHORT_SHA }}.docx
${{ runner.temp }}/pandoc/${{ github.ref_name }}-${{ env.SHORT_SHA }}-playing-rules.docx
- name: Publish release - name: Publish release
if: startsWith(github.ref_name, 'v') if: startsWith(github.ref_name, 'v')
@@ -162,8 +150,6 @@ jobs:
body_path: ${{ runner.temp }}/release-notes.md body_path: ${{ runner.temp }}/release-notes.md
files: | files: |
${{ runner.temp }}/mkdocs_out/site_offline/${{ github.ref_name }}.zip ${{ runner.temp }}/mkdocs_out/site_offline/${{ github.ref_name }}.zip
${{ runner.temp }}/pandoc/${{ github.ref_name }}-${{ env.SHORT_SHA }}.docx
${{ runner.temp }}/pandoc/${{ github.ref_name }}-${{ env.SHORT_SHA }}-playing-rules.docx
- name: Checkout gh-pages branch - name: Checkout gh-pages branch
uses: actions/checkout@v4 uses: actions/checkout@v4

View File

@@ -45,23 +45,6 @@ MkDocs serves the site locally and watches the Markdown files under `docs/` for
- Use the local preview server when editing headings, internal links, or cross-references. - Use the local preview server when editing headings, internal links, or cross-references.
- Update `tools/spellcheck/baseball-words.txt` when league-specific terminology is flagged by CSpell. - Update `tools/spellcheck/baseball-words.txt` when league-specific terminology is flagged by CSpell.
## Amendment Flow
Amendments move through three review stages before publication:
1. Draft amendments are prepared on the `draft` branch. Use this branch for active editing, internal review, and early validation.
2. Drafts may be prereleased for review by pushing a `draft*` tag. The draft prerelease provides a reviewable GitHub release and deploys the draft preview site at `/draft/`.
3. When the draft is ready for formal consideration, merge it into `release-candidate` with a merge commit. The merge commit preserves the point at which the draft moved into release-candidate review.
4. Release candidates may be prereleased for review by pushing an `rc*` tag. The release-candidate prerelease provides the version to be voted on and deploys the release-candidate preview site at `/rc/`.
5. After the amendment is voted on and approved according to the required CMBA process, merge the release candidate into `main`.
6. Publish the approved amendment from `main` by pushing a `v*` tag and creating the final GitHub release.
The final GitHub release is the published record for an approved amendment. It should include:
- an offline HTML version of the documents
- a `.docx` version of the combined bylaws, policy, and playing rules
- a `.docx` version of the playing rules only
## Publishing ## Publishing
Publishing is driven by GitHub Actions. Publishing is driven by GitHub Actions.
@@ -84,7 +67,7 @@ It builds both the normal site and an offline site package, then publishes based
- `draft*`: creates a GitHub prerelease, attaches the offline zip and generated `.docx`, and deploys the preview site to the `gh-pages` branch under `/draft/` - `draft*`: creates a GitHub prerelease, attaches the offline zip and generated `.docx`, and deploys the preview site to the `gh-pages` branch under `/draft/`
- `rc*`: creates a GitHub prerelease, attaches the offline zip and generated `.docx`, and deploys the preview site to the `gh-pages` branch under `/rc/` - `rc*`: creates a GitHub prerelease, attaches the offline zip and generated `.docx`, and deploys the preview site to the `gh-pages` branch under `/rc/`
- `v*`: creates a GitHub release, attaches the release artifacts, and deploys the release site to the root of the `gh-pages` branch - `v*`: creates a GitHub release, attaches the offline zip, and deploys the release site to the root of the `gh-pages` branch
The GitHub release description is generated from `docs/summary-of-changes.md`. Draft and release-candidate prereleases prepend a short prerelease note before that summary. The GitHub release description is generated from `docs/summary-of-changes.md`. Draft and release-candidate prereleases prepend a short prerelease note before that summary.

View File

@@ -21,16 +21,6 @@ These rules shall *not* incorporate the following rules of Major League Baseball
## Pre-Game Meeting ## Pre-Game Meeting
Before first pitch, the Managers and the umpire-in-chief shall conduct a pre-game meeting. A Manager may designate a team delegate to attend on the Managers behalf. At this meeting, the teams shall exchange lineups and review any applicable ground rules with the umpire. Before first pitch, the Managers and the umpire-in-chief shall conduct a pre-game meeting. A Manager may designate a team delegate to attend on the Managers behalf. At this meeting, the teams shall exchange lineups and review any applicable ground rules with the umpire.
## Pre-Game Warmups
As a general pre-game guideline, teams should plan for about 20 to 30 minutes of total defensive warmup time (i.e. an infield/outfield routine), counted from when the first team starts, and distributed evenly as practically as possible. The visiting team will usually go first, and the home team will usually take the final turn before the pre-game meeting and first pitch. For fields where a batting cage is available, the team not using the field should make use of the batting cage while the other team finishes its defensive warmups.
Managers may agree to reverse the order or adjust the timing if that works better for both teams.
!!! Examples
For a game starting at 9:30 am at a field with a batting cage, the visiting team might perform their infield/outfield routine from about 9:00 to 9:15 while the home team uses the batting cage. The teams would then switch, with the home team taking the field from about 9:15 to 9:30 and the visiting team using the cage or bullpen until first pitch.
For a game starting at 6:15 pm at a field with a batting cage, the home team might start offensive warmups in the batting cage at 6:00 pm. Because there are 15 minutes before first pitch, they take approximately 7.5 minutes for offensive warmups while the visiting team uses the field for their defensive infield/outfield routine. The teams would then switch, with the home team taking the field from about 6:07 to 6:14 and the visiting team using the cage until first pitch.
## Regulation Games ## Regulation Games
Games played under the auspices of both recognized Managers of the participating teams shall count as official. A regulation game is defined as follows Games played under the auspices of both recognized Managers of the participating teams shall count as official. A regulation game is defined as follows

View File

@@ -35,4 +35,4 @@ The Chicago Metropolitan Baseball Association exists to provide strong amateur b
## Additional Resources ## Additional Resources
- [Summary of Changes](summary-of-changes.md) - [Summary of High Level Changes for 2026](summary-of-changes.md)

View File

@@ -24,7 +24,6 @@
### Playing Rules ### Playing Rules
- Playing Rules now focus on on-field competition only, with administrative topics moved into League Policy. - Playing Rules now focus on on-field competition only, with administrative topics moved into League Policy.
- Pre-game warmup guidance has been added for field sharing, batting cage use, and a suggested 20-to-30-minute overall warmup window counted from when the first team starts.
- The Playing Rules expressly incorporate the Official Baseball Rules unless a League exception applies. - The Playing Rules expressly incorporate the Official Baseball Rules unless a League exception applies.
- The draft clarifies which modern MLB rules are not adopted by description, including limits on position-player pitching, shift restrictions, extra-inning automatic runners, pitch clocks, disengagement limits, the three-batter minimum, per-game mound visit limits, mandatory 18-inch bases, and replay/specialized-equipment rules. - The draft clarifies which modern MLB rules are not adopted by description, including limits on position-player pitching, shift restrictions, extra-inning automatic runners, pitch clocks, disengagement limits, the three-batter minimum, per-game mound visit limits, mandatory 18-inch bases, and replay/specialized-equipment rules.
- The League now has a clear rule hierarchy: League Policy controls first, then Playing Rules, then incorporated MLB rules. - The League now has a clear rule hierarchy: League Policy controls first, then Playing Rules, then incorporated MLB rules.
@@ -32,4 +31,4 @@
- Regular-season flexibility is preserved through the Expanded Lineup Format, allowing unlimited Extra Hitters, shared batting positions, free defensive substitution, Designated Runners, and Courtesy Runners. - Regular-season flexibility is preserved through the Expanded Lineup Format, allowing unlimited Extra Hitters, shared batting positions, free defensive substitution, Designated Runners, and Courtesy Runners.
- Postseason play is treated more formally through the Restricted Lineup Format, which excludes shared batting positions and uses stricter substitution rules. - Postseason play is treated more formally through the Restricted Lineup Format, which excludes shared batting positions and uses stricter substitution rules.
- Minimum-player rules have been clarified: teams must start when both have one fewer than the required batting positions, short spots are outs, and teams falling below the minimum forfeit. - Minimum-player rules have been clarified: teams must start when both have one fewer than the required batting positions, short spots are outs, and teams falling below the minimum forfeit.
- Collision, injury substitution, Designated Runner, Courtesy Runner, and umpire-dispute rules have been rewritten for clarity and consistency with incorporated baseball rules. - Collision, injury substitution, Designated Runner, Courtesy Runner, and umpire-dispute rules have been rewritten for clarity and consistency with incorporated baseball rules.