Add a release workflow running blockr.ci's release gate - #14
Merged
Merged
Conversation
Release gate —
|
| Check | Result |
|---|---|
| Version has exactly three components | ❌ version (0.0.0.9000) should have exactly three components |
| No dependency pinned to a development version | ✅ 2 pinned, none a devel version |
| No Remotes field in DESCRIPTION | ✅ no Remotes field |
| NEWS.md is not build-ignored, no stale inst/NEWS.Rd | ➖ no NEWS.md |
| No placeholder vignette titles | ➖ no vignettes/ directory |
Rd \value sections
✅ Every documented function has a \value section.
README freshness
❌ The README did not render, so its freshness is unknown: ! in callr subprocess.
Caused by error in library(sqlr.sqlite):
! there is no package called 'sqlr.sqlite'
Soft checks
Reported on every push, never a gate.
Spelling
behaviour-- README.md:155, README.Rmd:143btree-- sqlr_constraint.Rd:61catalogue-- sqlr_constraint.Rd:90, sqlr_reflect.Rd:25, sqlr_render_type.Rd:18, sqlr_schema.Rd:30, README.md:105, README.Rmd:96catalogues-- sqlr_schema.Rd:6CMD-- README.md:8, README.Rmd:19DBIConnection-- sqlr_reflect.Rd:13, sqlr_register_dialect.Rd:13,18dbplyr-- README.md:16, README.Rmd:26DDL-- README.md:126, README.Rmd:115Lifecycle-- README.md:10, README.Rmd:20modelled-- sqlr_constraint.Rd:89, README.md:167, README.Rmd:154onLoad-- sqlr_register_dialect.Rd:25positionally-- sqlr_table.Rd:22Postgres-- README.md:126, README.Rmd:115recognise-- as_sqlr_type.Rd:17, sqlr_identity.Rd:41renderable-- sqlr_constraint.Rd:95schemas-- sqlr_diff.Rd:6, sqlr_schema.Rd:30, README.md:132,167,176, README.Rmd:120,154,162Schemas-- sqlr_schema.Rd:6, sqlr-package.Rd:7, title:1sql-- sqlr_constraint.Rd:82, sqlr_identity.Rd:33, sqlr_sql.Rd:13unmodelled-- sqlr_type.Rd:118untestable-- README.md:155, README.Rmd:143varchar-- as_sqlr_type.Rd:17
URLs
✅ All URLs resolve.
R CMD check --no-manual --as-cran --run-donttest
Notes
checking CRAN incoming feasibility ... [3s/10s] NOTE
Maintainer: ‘Nicolas Bennett <r@nbenn.ch>’
New submission
Version contains large components (0.0.0.9000)
Reverse dependencies are checked by recheck in the release workflow, which runs on its own clock — read it in the checks for this commit.
Rewritten by release-gate on every push, so this always describes the head commit.
The mechanical CRAN checks run on every push to a pull request labelled release and report in one comment, so a release-prep branch shows what CRAN will flag before the tarball is built from it.
nbenn
force-pushed
the
13-release-gate
branch
from
September 25, 2026 06:56
19e0011 to
f82f1aa
Compare
nbenn
marked this pull request as ready for review
September 25, 2026 07:04
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.
Summary
.github/workflows/release.yaml, namedrelease, which calls blockr.ci's reusablerelease-gate.yamlon pull requests carrying thereleaselabel.--as-crannotes advise without failing.Fixes #13