Skip to content

Commit

Permalink
feat: add version substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
vberlier committed Jun 9, 2021
1 parent 53a5a89 commit 9ed16e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beet/toolchain/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def bootstrap(self, ctx: Context):
)
)

pack.name = config.name
pack.name = config.name.replace("<version>", ctx.project_version)
pack.description = config.description
pack.pack_format = config.pack_format
pack.zipped = bool(config.zipped)
Expand Down

0 comments on commit 9ed16e6

Please sign in to comment.