Commit 4c6ba9f
authored
Release packages (#1748)
> [!IMPORTANT]
> Merging this pull request will create these releases
# knope 0.22.2 (2026-02-03)
## Features
### Add `[changes]` config section with `ignore_conventional_commits`
setting
Adds a new top-level `[changes]` configuration section to control how
Knope processes changes. The first setting in this section is
`ignore_conventional_commits`, which when set to `true`, makes Knope
ignore conventional commits and only use changesets for determining
version bumps and changelog entries.
This replaces the deprecated step-level `ignore_conventional_commits`
option on the `PrepareRelease` step. Use `knope --upgrade` to
automatically migrate from the old format to the new one.
**Example configuration:**
```toml
[changes]
ignore_conventional_commits = true
[package]
versioned_files = ["Cargo.toml"]
changelog = "CHANGELOG.md"
```
See the [changes config
documentation](https://knope.tech/reference/config-file/changes) for
more details.
## Fixes
- add help text to release and document-change workflows
# config 0.4.1 (2026-02-03)
## Features
### Add `[changes]` config section with `ignore_conventional_commits`
setting
Adds a new top-level `[changes]` configuration section to control how
Knope processes changes. The first setting in this section is
`ignore_conventional_commits`, which when set to `true`, makes Knope
ignore conventional commits and only use changesets for determining
version bumps and changelog entries.
This replaces the deprecated step-level `ignore_conventional_commits`
option on the `PrepareRelease` step. Use `knope --upgrade` to
automatically migrate from the old format to the new one.
**Example configuration:**
```toml
[changes]
ignore_conventional_commits = true
[package]
versioned_files = ["Cargo.toml"]
changelog = "CHANGELOG.md"
```
See the [changes config
documentation](https://knope.tech/reference/config-file/changes) for
more details.
Co-authored-by: knope-bot-test[bot] <150975753+knope-bot-test[bot]@users.noreply.github.com>1 parent 59b24b4 commit 4c6ba9f
11 files changed
Lines changed: 62 additions & 40 deletions
File tree
- .changeset
- crates
- knope-config
- knope
- docs/src/content/docs
- recipes
This file was deleted.
Lines changed: 0 additions & 5 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
13 | 40 | | |
14 | 41 | | |
15 | 42 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
1 | 24 | | |
2 | 25 | | |
3 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
187 | 187 | | |
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
314 | | - | |
| 314 | + | |
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
| |||
0 commit comments