expublish
expublish copied to clipboard
Automates semantic release versioning and best practices for elixir packages.
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.32.1 to 0.32.2. Changelog Sourced from ex_doc's changelog. v0.32.2 (2024-05-10) Enhancements Allow the modal to close when we click outside the modal content Bug fixes Fix indentation...
Users should be able to provide custom flags that are used on the test, commit, push and publish commands executed from `mix expublish`.
New changelog entries could be generated from the commit history, looking for commits using a conventional set of prefixes like they are defined in the [commitizen](https://github.com/commitizen/cz-cli#making-your-repo-commitizen-friendly) project.
Add an option to opt in to dialyzer check
Bumps [styler](https://github.com/adobe/elixir-styler) from 0.11.9 to 1.0.0. Release notes Sourced from styler's releases. v1.0.0 1.0.0 Styler's two biggest outstanding bugs have been fixed, both related to compilation breaking during module directive...
Bumps [excoveralls](https://github.com/parroty/excoveralls) from 0.18.1 to 0.18.2. Release notes Sourced from excoveralls's releases. v0.18.2 Enhancements Print warnings about incorrectly used ignore-markers (#325), such as start-marker without a corresponding stop-marker, or two...
Resolves #136 and #31
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.34.0 to 0.34.2. Changelog Sourced from ex_doc's changelog. v0.34.2 (2024-07-08) Enhancements Allow anchors on function and callback autolinks Bug fixes Make module attributes searchable without leading @...
Bumps [credo](https://github.com/rrrene/credo) from 1.7.6 to 1.7.7. Release notes Sourced from credo's releases. v1.7.7 Check it out on Hex: https://hex.pm/packages/credo/1.7.7 Fix compatibility & compiler warnings with Elixir 1.17 Credo.Check.Design.SkipTestWithoutComment, Credo.Check.Refactor.PassAsyncInTestCases and...
In addition to #31 I'd like to have a tool for _Cutting a Release_ in the sense of: 1. processing commits since last git (annotated?) tag pointing to a release,...