Skip to content

Commit

Permalink
Add changeset to describe changes
Browse files Browse the repository at this point in the history
> Aside from working on Elixir projects with their version set in a
> module attribute (`@version "1.2.3"` and `version: @version`), add
> support for projects with their versions set directly in the
> `project` block (`version: "1.2.3"`).
  • Loading branch information
jeffkreeftmeijer committed Jul 13, 2021
1 parent 152ec16 commit 244ec4f
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
bump: "patch"
---

Aside from working on Elixir projects with their version set in a module attribute (`@version "1.2.3"` and `version: @version`), add support for projects with their versions set directly in the `project` block (`version: "1.2.3"`).

0 comments on commit 244ec4f

Please sign in to comment.