Versioce.Bumper.FilesImplementation (Versioce v1.1.2) View Source

Module that is responsible for updating files in the project.

Link to this section Summary

Functions

Updates version in files from config from from version to to version.

Link to this section Functions

Link to this function

update_version_files(from, to)

View Source

Specs

update_version_files(String.t(), String.t()) :: :ok | Exception

Updates version in files from config from from version to to version.

By default only updates first instance of version found. If you want to update version in the whole file set :global key in the config.

config :versioce,
  global: true