Closed andyduong1920 closed 2 years ago
As the bump version step is kind of similar on each release. Creating a task for it.
bump version
mix nimble_template.bump_version xxx
1/ The test is passed
2/ mix help nimble_template.bump_version
3/ Test the task
4/ Invalid format
1/ Invalid case
2/ Valid case
The demo PR: https://github.com/nimblehq/elixir-templates/pull/224
What happened
As the
bump version
step is kind of similar on each release. Creating a task for it.Insight
mix nimble_template.bump_version xxx
Proof Of Work
I/ The Elixir module
1/ The test is passed
2/ mix help nimble_template.bump_version
3/ Test the task
4/ Invalid format
II/ Github Action
1/ Invalid case
2/ Valid case
The demo PR: https://github.com/nimblehq/elixir-templates/pull/224