Takid's client library for Elixir applications.
Add taskid
to your list of dependencies in mix.exs
:
def deps do
[
{:taskid, "~> 0.2.0"}
]
end
Configure taskid
in config/config.exs
:
config :taskid, applications: [
# A list with all the applications that have Taskid tasks defined
]
- Bump version in
mix.exs
andREADME.md
- Create new section in the
CHANGELOG
for the new version (with the Unreleased changes) - Commit changes with a message like
Bumps version from <old version> to <new_version>
- Create and push git tag:
git tag <version> && git push origin <version>
- Publish to Hex:
mix hex.publish