From 4716b7d72c23e9d4257993bbded9811539902a61 Mon Sep 17 00:00:00 2001 From: WebFreak001 Date: Mon, 4 Sep 2023 18:36:14 +0200 Subject: [PATCH] add changelog entry for new describe data --- changelog/describe-configs.dd | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/describe-configs.dd diff --git a/changelog/describe-configs.dd b/changelog/describe-configs.dd new file mode 100644 index 000000000..76c4c2ac7 --- /dev/null +++ b/changelog/describe-configs.dd @@ -0,0 +1,6 @@ +Added `default-config`, `configs`, `default-build`, `builds` data to dub describe + +- `default-config` will be a single string that is the `--config` configuration that DUB would pick when not provided any configuration such as in a simple `dub build` call +- `configs` is a list of all available configurations (default generated application and/or library, or the manually specified ones in the recipe) +- `default-build` will be a single string that is the `--build` build type that DUB would pick when not provided any (currently always "debug") +- `builds` is a list of all available build types (built-in + custom defined)