diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 38db232..d73c194 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0a +current_version = 0.1.0 parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?Pa)? serialize = {major}.{minor}.{patch}{alpha} diff --git a/README.md b/README.md index 7e4335d..4e3bcca 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # tool-build-bump2version -![Version: 0.1.0a](https://img.shields.io/badge/Version-0.1.0a-informational?style=flat) +![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat) Installs [bump2version](https://github.com/c4urself/bump2version) in a python3-alpine image @@ -17,7 +17,7 @@ To use this image, just mount the root directory at `/bump` with RW permissions: ```shell docker run \ --mount type=bind,src="$(pwd)",dst=/bump \ - -it ghcr.io/ejsuncy/tool-build-bump2version:0.1.0a \ + -it ghcr.io/ejsuncy/tool-build-bump2version:0.1.0 \ bump2version patch ``` diff --git a/VERSION.txt b/VERSION.txt index 2e17582..6c6aa7c 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.1.0a \ No newline at end of file +0.1.0 \ No newline at end of file diff --git a/buildrunner.yaml b/buildrunner.yaml index 04534a2..5c3da8f 100644 --- a/buildrunner.yaml +++ b/buildrunner.yaml @@ -4,11 +4,11 @@ steps: push: repository: ghcr.io/ejsuncy/tool-build-bump2version tags: - - 0.1.0a + - 0.1.0 bump-version: run: - image: ghcr.io/ejsuncy/tool-build-bump2version:0.1.0a + image: ghcr.io/ejsuncy/tool-build-bump2version:0.1.0 files: ./: "/bump:rw" cwd: /bump @@ -19,7 +19,7 @@ steps: list-version: run: - image: ghcr.io/ejsuncy/tool-build-bump2version:0.1.0a + image: ghcr.io/ejsuncy/tool-build-bump2version:0.1.0 files: ./: "/bump:rw" cwd: /bump