Current section
Files
Jump to
Current section
Files
lib/conventional_commits.ex
defmodule ConventionalCommits do
@moduledoc """
Documentation for `ConventionalCommits`.
"""
@doc """
Hello world.
## Examples
iex> ConventionalCommits.hello()
:world
"""
def hello do
:world
end
end