zachdaniel / git_ops

A tool for version and changelog management in Elixir via conventional commits.
MIT License
130 stars 20 forks source link

fix: --initial --dry-run creates Changelog (#18) #19

Closed djantea closed 4 years ago

djantea commented 4 years ago

Contributor checklist

sourcelevel-bot[bot] commented 4 years ago

Hello, @djantea! This is your first Pull Request that will be reviewed by SourceLevel, an automatic Code Review service. It will leave comments on this diff with potential issues and style violations found in the code as you push new commits. You can also see all the issues found on this Pull Request on its review page. Please check our documentation for more information.

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 89


Changes Missing Coverage Covered Lines Changed/Added Lines %
lib/mix/tasks/git_ops.release.ex 0 1 0.0%
<!-- Total: 2 3 66.67% -->
Totals Coverage Status
Change from base Build 88: 0.07%
Covered Lines: 167
Relevant Lines: 193

💛 - Coveralls
zachdaniel commented 4 years ago

Thank you for your contribution!