Skip to content

Commit

Permalink
fix: add version_tag_prefix to git_ops configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
puzza007 committed Jan 15, 2025
1 parent 22005d1 commit 0dea655
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ config :git_ops,
mix_project: Enquirer.Mixfile,
changelog_file: "CHANGELOG.md",
repository_url: "https://github.com/NarrativeApp/enquirer",
manage_mix_version?: true
manage_mix_version?: true,
version_tag_prefix: "v"

0 comments on commit 0dea655

Please sign in to comment.