ci: Friday release train (L1, @chemistry dep-bump) - #46
Merged
Conversation
Contributor
|
🎉 PR Validation ✅ PASSED Commit: Checks:
Ready to merge! ✨ 🔗 View workflow run |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fully automated Friday MINOR release train for @chemistry/molpad (Level 1: releases 1h after the @chemistry base packages at 21:00 Prague).
What this adds
.github/workflows/release-train.yml- the train:0 19 * * 5+0 20 * * 5; proceeds only whenTZ=Europe/Prague date +%H== 21 (DST-proof).app/dependabotPRs, pollsgh pr checks --json bucket(~10 min max), squash-merges green ones, leaves red open, logs to the step summary.@chemistry/*deps (npm-check-updates -u --filter '@chemistry/*'+npm install), detects releasable commits, releases if either an internal dep bump or a releasable commit exists (docs/ci/plain-chore excluded; chore(deps) counts). Always a MINOR bump. Runsnpm run verifyto prove the new base packages integrate, opens + squash-merges the release PR, then dispatchesrelease.yml..github/workflows/release.yml: added aworkflow_dispatchpath that releases the current package.json version, creating thev<version>tag idempotently (a GITHUB_TOKEN merge never fires the tag-triggered push, so the explicit dispatch is mandatory). Tag-push behavior unchanged..github/dependabot.yml: removed the non-standard major-versionignorerule to match the org standard (weekly Fri 18:00 Europe/Prague, assignees vreshch, groups*, limits 10 npm / 5 github-actions).Verified locally (in worktree)
npm ci+ ncu@chemistry/*bump (^3.0.0 -> ^3.1.3) +npm install+npm run verify: 270/270 tests pass, build + prettier clean.npm version minor --no-git-tag-version-> 3.2.0, stays prettier-clean.python3 yaml.safe_load.Do not merge yet - awaiting review.