Commit 971b4bf
authored
Release packages (#1191)
> [!IMPORTANT]
> Merging this pull request will create these releases
# config 0.2.0 (2024-09-15)
## Breaking Changes
- Changed type of `Package::assets` to `Assets` enum
# knope 0.18.1 (2024-09-15)
## Features
### Support glob patterns for package assets
You can now provide a glob pattern when defining package assets instead
of specifying each file individually in a list.
This is especially useful when your asset names are dynamic (containing
a version, date, or hash, for example) or
when different releases have different assets.
Knope will _not_ error if the glob pattern doesn't match any files.
You can't combine glob patterns with individual file names.
```toml
[package]
assets = "assets/*"
```
Co-authored-by: knope-bot-test[bot] <150975753+knope-bot-test[bot]@users.noreply.github.com>1 parent e666475 commit 971b4bf
File tree
7 files changed
+29
-27
lines changed- .changeset
- crates
- knope-config
- knope
7 files changed
+29
-27
lines changedLines changed: 0 additions & 5 deletions
This file was deleted.
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 | + | |
13 | 31 | | |
14 | 32 | | |
15 | 33 | | |
| |||
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 | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 | | |
2 | 8 | | |
3 | 9 | | |
| |||
| 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 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments