Skip to content

Commit

Permalink
add changelog entry for new describe data
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed Sep 5, 2023
1 parent 8a2b5fd commit 4716b7d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions changelog/describe-configs.dd
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 4716b7d

Please sign in to comment.