Skip to content

Commit

Permalink
ci: add changelog to cargo-dist config
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsan committed Aug 17, 2023
1 parent 19a6e48 commit e36bffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ dircmp = "0.2"
# Config for 'cargo dist'
[workspace.metadata.dist]
# Include the example config files into the distribution archives
include = ["./config/"]
include = ["./config/", "./changelog/"]
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
cargo-dist-version = "0.1.0"
# CI backends to support (see 'cargo dist generate-ci')
Expand Down

0 comments on commit e36bffd

Please sign in to comment.