zachdaniel / git_ops

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

Add a mix task to print the app name and version. #41

Closed jimsynz closed 3 years ago

jimsynz commented 3 years ago

I've found myself using various bodges to attempt to parse information out of the mix.exs file of my projects. Since we're in the process of integrating git_ops into our CI/CD system I thought it would be handy to have a mix task which can print this information in various formats.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 155


Changes Missing Coverage Covered Lines Changed/Added Lines %
lib/mix/tasks/git_ops.project_info.ex 18 19 94.74%
<!-- Total: 18 19 94.74% -->
Totals Coverage Status
Change from base Build 150: 1.0%
Covered Lines: 259
Relevant Lines: 302

💛 - Coveralls
zachdaniel commented 3 years ago

🚀 Thank you for your contribution! 🚀