Conversation
fastlane drops support for Ruby < 3.3.0 soon. Local tooling only; CI uses the runner's preinstalled toolchain and does not read .mise.toml or the Gemfile.
CHANGELOG.md backfills released versions from git history; new user-facing changes go under Unreleased and feed the GitHub Release notes. Security reports go through GitHub private vulnerability reporting instead of public issues.
Release notes come from the tag's CHANGELOG.md section, falling back to generated notes. Tag verification moves to its own job shared by the release and CocoaPods publish jobs, so the pod push can be removed after the trunk goes read-only without touching the rest.
The public API is entirely String/Substring extensions, so symbol graphs are extracted with -emit-extension-block-symbols; the DocC plugin route would have required swift-tools 5.8+, which is deferred to the 4.0 manifest modernization. scripts/gen_docs.sh is shared by the gen_docs lane and the new docs.yml Pages workflow, replacing the committed docs/ directory and static.yml. Dropping the jazzy gem also removes its sqlite3 (~> 1.3) pin, clearing the last Dependabot alert (#68).
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #80 +/- ##
=======================================
Coverage 97.57% 97.57%
=======================================
Files 3 3
Lines 165 165
=======================================
Hits 161 161
Misses 4 4 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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
CHANGELOG.md(Keep a Changelog, backfilled from git history),CONTRIBUTING.md,SECURITY.md(GitHub private vulnerability reporting), issue templates, and a PR template.release.ymlnow creates a GitHub Release on tag push, with notes extracted from the tag'sCHANGELOG.mdsection (falling back to generated notes). Tag verification moved to its own job.scripts/gen_docs.shextracts symbol graphs with-emit-extension-block-symbols(the public API is entirely String/Substring extensions) and runsdocc convert; the newdocs.ymlworkflow builds and deploys the site to GitHub Pages on pushes tomain, replacingstatic.ymland the committeddocs/directory.Package.swiftis unchanged.sqlite3 ~> 1.3pin and clears the last Dependabot alert (Develop #68) once merged.Test plan
Docsworkflow deploys the DocC site — verify https://futamura.github.io/PunycodeSwift/ redirects to the module page