Skip to content

Commit

Permalink
Merge pull request #3 from ejsuncy/promote-v0.1.0a
Browse files Browse the repository at this point in the history
Promote v0.1.0a to v0.1.0
  • Loading branch information
ejsuncy authored Jan 26, 2023
2 parents 1b4119b + 653cb17 commit ee8dc49
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0a
current_version = 0.1.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<alpha>a)?
serialize =
{major}.{minor}.{patch}{alpha}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0a
0.1.0
6 changes: 3 additions & 3 deletions buildrunner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ee8dc49

Please sign in to comment.