diff --git a/README.md b/README.md index 3f2520b..416fa85 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ I want to bring some elements to you attention: - All contributions are welcome are of course welcome. - Currently there is no way to compile a file that load external ressources (images or other `.typ` files for example). +Current version: v0.0.0 + ## Build and run Build the docker image diff --git a/tbump.toml b/tbump.toml index 1266eca..3357c40 100644 --- a/tbump.toml +++ b/tbump.toml @@ -8,7 +8,7 @@ current = "v0.0.0" # Make sure this matches current_version before # using tbump regex = ''' - (?P\d+) + v(?P\d+) \. (?P\d+) \. @@ -23,7 +23,7 @@ tag_template = "v{new_version}" # section containing the path of the file, relative to the # tbump.toml location. [[file]] -src = "..." +src = "README.md" # You can specify a list of commands to # run after the files have been patched