Skip to content

knope 0.18.1 (2024-09-15)

Latest
Compare
Choose a tag to compare
@knope-bot-test knope-bot-test released this 15 Sep 01:47
971b4bf

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.

[package]
assets = "assets/*"