Created
January 16, 2014 15:11
-
-
Save hartmantis/8456511 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cat CHANGELOG.md | |
hello-world CHANGELOG | |
===================== | |
v0.1.0 (2013-01-16) | |
------------------- | |
- Initial release | |
$ bake 0.2.0 --changelog | |
ERROR Cli: Stove experienced an error! | |
ERROR Cli: Stove::Error::ValidationFailed | |
ERROR Cli: The changelog at `/Users/jhartman/Dropbox/cookbooks/hello-world-cookbook' does not appear to be a valid format. The changelog must be in the following format: | |
[Cookbook Name] | |
=============== | |
v[version] ([release date]) | |
--------------------------- | |
- [Release point] | |
For example: | |
Apache 2 | |
======== | |
v1.0.0 (2013-04-05) | |
------------------- | |
- Initial release | |
ERROR Cli: /usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/stove-2.0.0.beta.1/lib/stove/validator.rb:60:in `block in run' | |
/usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/stove-2.0.0.beta.1/lib/stove/mixins/insideable.rb:10:in `chdir' | |
/usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/stove-2.0.0.beta.1/lib/stove/mixins/insideable.rb:10:in `inside' | |
/usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/stove-2.0.0.beta.1/lib/stove/validator.rb:53:in `run' | |
/usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/stove-2.0.0.beta.1/lib/stove/runner.rb:79:in `block in run_validations' | |
/usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/stove-2.0.0.beta.1/lib/stove/runner.rb:73:in `each' | |
/usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/stove-2.0.0.beta.1/lib/stove/runner.rb:73:in `run_validations' | |
/usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/stove-2.0.0.beta.1/lib/stove/runner.rb:35:in `run' | |
/usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/stove-2.0.0.beta.1/lib/stove/mixins/instanceable.rb:19:in `method_missing' | |
/usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/stove-2.0.0.beta.1/lib/stove/cli.rb:40:in `execute!' | |
/usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/stove-2.0.0.beta.1/bin/bake:4:in `<top (required)>' | |
/usr/local/Cellar/ruby/1.9.3-p194/bin/bake:23:in `load' | |
/usr/local/Cellar/ruby/1.9.3-p194/bin/bake:23:in `<main>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment