We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 360c561 commit aa82cb6Copy full SHA for aa82cb6
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 0.0.17
2
+
3
+* [COOK-2026] - Allow cherry_pick action to be used for directories as
4
+ well as files
5
6
## 0.0.16
7
8
* [COOK-1593] - README formatting updates for better display on
metadata.rb
@@ -4,7 +4,7 @@
license "Apache 2.0"
description "Installs/Configures ark"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
-version "0.0.16"
+version "0.0.17"
9
%w{ debian ubuntu centos redhat fedora }.each do |os|
10
supports os
0 commit comments