| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
🦋 Changeset detectedLatest commit: 15d2c2d The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Sorry, something went wrong.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #2059 +/- ##
==========================================
+ Coverage 86.04% 86.18% +0.14%
==========================================
Files 70 71 +1
Lines 2558 2585 +27
Branches 692 703 +11
==========================================
+ Hits 2201 2228 +27
Misses 330 330
Partials 27 27 ☔ View full report in Codecov by Harness.
|
Sorry, something went wrong.
|
It would be great to see this merged. I'd love to do less manual updating of my changelog entries for every release. |
Sorry, something went wrong.
There was a problem hiding this comment.
I prefer if we mark or document the template option as experimental, and recommend pinning the version if used.
Right now there's things like:
Sorry, something went wrong.
There was a problem hiding this comment.
The base branch needs to be updated to main as well. Shouldn't have any big conflicts by directly switching.
Sorry, something went wrong.
Opt-in. Lets changelog-github reproduce @svitejs/changesets-changelog-github-compact via config; default output unchanged.
…nts} token
The linking choice now lives at the point of use in the template:
{summary} links every #n, {summaryHints} links only (fix #n) hints.
Drops the autolinkIssues option entirely.
|
Do we need a next-docs PR for this? |
Sorry, something went wrong.
|
Yeah we can do that after this is merged |
Sorry, something went wrong.
# Conflicts: # docs/config-file-options.md
There was a problem hiding this comment.
Sorry for the late review. I know you want to merge already. Just a small docs nitpick here:
Sorry, something went wrong.
Co-authored-by: Felix Schneider <99918022+trueberryless@users.noreply.github.com>
…ndefined-based links
|
@Andarist conflics fixed 👍 Maybe you will want to link later some issues properly (from PR description?) to notify them? |
Sorry, something went wrong.
There was a problem hiding this comment.
Amazing 😍
Everything LGTM 🚀
Thanks @jycouet for your wonderful contribution. I'm looking forward to playing around with this option!
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Reproduces @svitejs/changesets-changelog-github-compact (unmaintained) without the dependency.
Summary
Opt-in template option for @changesets/changelog-github. It lets it render compact changelog lines straight from .changeset/config.json. With template unset, output is byte-for-byte unchanged.
Reproduce the compact look:
Tokens render bare (you write the surrounding spaces; empties self-erase and trailing whitespace is trimmed):
Examples: template/output pairs live in the package README, each locked by a test so they can't drift.
Decisions
Potentially relevant issues / PRs
Refs are intentionally in backticks so this draft creates no cross-links.
Fully addressed
Partially addressed (done / not done)
Adjacent - not solved here
These need the headers/grouping or a deeper hook in apply-release-plan, not the changelog functions:
Related context
Verification
@changesets/changelog-github suite 56/56, types:check / lint / format clean. Existing snapshots unchanged (the back-compat guarantee).