summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2020-02-29 18:57:29 -0800
committerRuss Allbery <rra@cpan.org>2020-02-29 18:57:29 -0800
commite29fa15efc78d4302c28b045e78cdf03c25bf3f2 (patch)
tree5a26296af905af024015f4e052cdc20617d1a867 /Changes
parent91cdae358e0fd614fae3edd42697ec86bc515590 (diff)
Add support for GitHub Actions workflows
Change the vcs.travis metadata key to vcs.status.travis. This will require changes to all templates and package metadata.json files that use this key. Add support for generating a build status badge from a GitHub Actions workflow. To do this, set vcs.status.workflow to the name of the workflow that should be referenced for the badge. Also specify DocKnot's dependencies with a cpanfile. This makes it easier to install its dependencies with some tools, such as cpm.
Diffstat (limited to 'Changes')
-rw-r--r--Changes13
1 files changed, 13 insertions, 0 deletions
diff --git a/Changes b/Changes
index c27da0b..83d81cb 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,18 @@
User-Visible DocKnot Changes
+DocKnot 3.04 (unreleased)
+
+ Change the vcs.travis metadata key to vcs.status.travis. This will
+ require changes to all templates and package metadata.json files that
+ use this key.
+
+ Add support for generating a build status badge from a GitHub Actions
+ workflow. To do this, set vcs.status.workflow to the name of the
+ workflow that should be referenced for the badge.
+
+ Also specify DocKnot's dependencies with a cpanfile. This makes it
+ easier to install its dependencies with some tools, such as cpm.
+
DocKnot 3.03 (2020-01-19)
For CPAN packages pushed to GitHub, add a Shields.io license badge to