-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(semantic-release): implement an automated changelog #91
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another milestone PR, great work! A few changes inline and a few more suggestion here:
- Still needs:
bin/kitchen
test/integration/default/inspec.yml
- Directory structure (standard locations):
test/integration/default/pkgs_spec.rb
=>test/integration/default/controls/pkgs_spec.rb
test/integration/default/service_spec.rb
=>test/integration/default/controls/service_spec.rb
docs/README.rst
Outdated
``bin/kitchen converge`` | ||
^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
Creates the docker instance and runs the main(s) state(s), ready for testing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I usually check kitchen.yml
to see which states are being run. But something like this could be a better solution in the long-term, by fixing it in the template-formula
. Not really main(s) state(s)
, though. Perhaps main state(s)
is good enough.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, main state(s)
is more correct
changes asked pushed. |
Excellent, thanks @daks -- merged. |
🎉 This PR is included in version 0.17.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
WIP based on previous work. May need updates.
Very basic tests (same as before) but they pass on all platforms! :) https://travis-ci.com/daks/postfix-formula/builds/113663324