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 e299edd commit d6ec7a7Copy full SHA for d6ec7a7
CONTRIBUTING.md
@@ -50,9 +50,9 @@ $ rubocop -V
50
Changelog entries are just files under the `changelog/` folder that will be merged
51
into `CHANGELOG.md` at release time. You can create new changelog entries like this:
52
53
- $ bundle exec rake changelog:new
54
- $ bundle exec rake changelog:fix
55
- $ bundle exec rake changelog:change
+ $ bundle exec rake changelog:new
+ $ bundle exec rake changelog:fix
+ $ bundle exec rake changelog:change
56
57
Those commands correspond to "new feature", "bug-fix" and "changed" entries in the changelog.
58
0 commit comments