You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix frog images getting color-inverted in Gmail dark mode by wrapping in anchor tags. Make commit links opt-in via `includeCommitLink` option in GitHub changelog formatter, and add default list of bot/AI authors to skip "Thanks" attribution for.
Copy file name to clipboardExpand all lines: docs/changelog-formatters.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ No options are available for the default formatter.
25
25
26
26
### `github`
27
27
28
-
Enhanced formatter that adds PR links, commit links, and contributor attribution. Requires the `gh` CLI to be installed and authenticated.
28
+
Enhanced formatter that adds PR linksand contributor attribution. Optionally includes commit links. Requires the `gh` CLI to be installed and authenticated.
29
29
30
30
Enable in your `.bumpy/_config.json` using `"changelog": "github",`
31
31
@@ -44,15 +44,16 @@ Or with options using a tuple format:
44
44
45
45
_2026-04-19_
46
46
47
-
-[#42](https://github.com/myorg/myrepo/pull/42)[`abc1234`](https://github.com/myorg/myrepo/commit/abc1234)Thanks [@contributor](https://github.com/contributor)! - Added support for custom themes
48
-
-[#43](https://github.com/myorg/myrepo/pull/43)[`def5678`](https://github.com/myorg/myrepo/commit/def5678)- Fixed a bug with config loading
47
+
-[#42](https://github.com/myorg/myrepo/pull/42) Thanks [@contributor](https://github.com/contributor)! - Added support for custom themes
48
+
-[#43](https://github.com/myorg/myrepo/pull/43) - Fixed a bug with config loading
Copy file name to clipboardExpand all lines: packages/bumpy/CHANGELOG.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,19 @@
4
4
5
5
_2026-04-22_
6
6
7
-
-[#36](https://github.com/dmno-dev/bumpy/pull/36)[`43ee7ee`](https://github.com/dmno-dev/bumpy/commit/43ee7eed7e1d80a7b4aafd012b616d93c496a348)- Support JSONC in config file — allows // line comments, block comments, and trailing commas in .bumpy/\_config.json
8
-
-[#37](https://github.com/dmno-dev/bumpy/pull/37)[`9b74ae4`](https://github.com/dmno-dev/bumpy/commit/9b74ae4dfb07a3df5ff14c513b88797007d51e9e)- Rework `bumpy check` and `bumpy ci check` behavior: default mode now only fails when no bump files exist at all (matching changesets), new `--strict` flag requires every changed package to be covered, and `--no-fail` makes checks advisory-only. Also fix false positive "empty bump file found" when deleted bump files appear in git diff.
7
+
-[#36](https://github.com/dmno-dev/bumpy/pull/36) - Support JSONC in config file — allows // line comments, block comments, and trailing commas in .bumpy/\_config.json
8
+
-[#37](https://github.com/dmno-dev/bumpy/pull/37) - Rework `bumpy check` and `bumpy ci check` behavior: default mode now only fails when no bump files exist at all (matching changesets), new `--strict` flag requires every changed package to be covered, and `--no-fail` makes checks advisory-only. Also fix false positive "empty bump file found" when deleted bump files appear in git diff.
9
9
10
10
## 1.1.0
11
11
12
12
_2026-04-22_
13
13
14
-
-[#29](https://github.com/dmno-dev/bumpy/pull/29)[`8a3006f`](https://github.com/dmno-dev/bumpy/commit/8a3006fca143810d71f418a58c65c7a2ee6c0135)- Generate comprehensive README.md in .bumpy/ during init with auto-detected package manager commands
15
-
-[#30](https://github.com/dmno-dev/bumpy/pull/30)[`f53a71d`](https://github.com/dmno-dev/bumpy/commit/f53a71d598176182f1a0b4be24d473467a94150f)- Fix check command to only count bump files from current branch, and handle empty bump files correctly in both local and CI check
16
-
-[#32](https://github.com/dmno-dev/bumpy/pull/32)[`d800783`](https://github.com/dmno-dev/bumpy/commit/d8007837c80afe1ac5cd383050eb5bffbf440e97)- Fix empty bump files not being deleted during versioning
17
-
-[#33](https://github.com/dmno-dev/bumpy/pull/33)[`3b23fcd`](https://github.com/dmno-dev/bumpy/commit/3b23fcd62b366c9ecafb3a10308da9fa45d8c6a0)- Generate command now detects bumps from all commits, not just conventional commits.
18
-
-[#34](https://github.com/dmno-dev/bumpy/pull/34)[`ea14829`](https://github.com/dmno-dev/bumpy/commit/ea14829ccb346e05b6d284ff80c0d76d074f25fb)- Add published JSON schema for config file with editor autocomplete/validation. New config options: `changedFilePatterns` (root + per-package) for filtering which file changes trigger package detection, `commit` object form for custom commit messages, and `changelog: false` to disable changelog generation.
19
-
-[#35](https://github.com/dmno-dev/bumpy/pull/35)[`3415164`](https://github.com/dmno-dev/bumpy/commit/3415164b9388456e130b14ca21f2c90a042055c6)- Merge migrate command into init — `bumpy init` now auto-detects `.changeset/` and handles migration. Added 🐸 emoji to success messages across all commands.
14
+
-[#29](https://github.com/dmno-dev/bumpy/pull/29) - Generate comprehensive README.md in .bumpy/ during init with auto-detected package manager commands
15
+
-[#30](https://github.com/dmno-dev/bumpy/pull/30) - Fix check command to only count bump files from current branch, and handle empty bump files correctly in both local and CI check
16
+
-[#32](https://github.com/dmno-dev/bumpy/pull/32) - Fix empty bump files not being deleted during versioning
17
+
-[#33](https://github.com/dmno-dev/bumpy/pull/33) - Generate command now detects bumps from all commits, not just conventional commits.
18
+
-[#34](https://github.com/dmno-dev/bumpy/pull/34) - Add published JSON schema for config file with editor autocomplete/validation. New config options: `changedFilePatterns` (root + per-package) for filtering which file changes trigger package detection, `commit` object form for custom commit messages, and `changelog: false` to disable changelog generation.
19
+
-[#35](https://github.com/dmno-dev/bumpy/pull/35) - Merge migrate command into init — `bumpy init` now auto-detects `.changeset/` and handles migration. Added 🐸 emoji to success messages across all commands.
0 commit comments