Skip to content

Commit dc050e0

Browse files
Joe MonaghanJoe Monaghan
authored andcommitted
add instructions for releasing version
1 parent 6341207 commit dc050e0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,14 @@ Run as follows
6969
make test
7070
```
7171

72+
## Version Release Procedure
73+
Once a new pull request has been merged into `master` the following script should be executed locally. The script will trigger a new image build in docker hub with the new image having the tag `release-<version>`. The version is taken from the `VERSION` file and must follow semantic versioning. For more information see [semver.org](https://semver.org/).
74+
75+
Prior to running the following command ensure the number has been increased to desired version in `VERSION`:
76+
77+
```bash
78+
./release-version.sh
79+
```
80+
7281
## Metadata
7382
[![](https://images.microbadger.com/badges/image/infinityworks/github-exporter.svg)](http://microbadger.com/images/infinityworks/github-exporter "Get your own image badge on microbadger.com") [![](https://images.microbadger.com/badges/version/infinityworks/github-exporter.svg)](http://microbadger.com/images/infinityworks/github-exporter "Get your own version badge on microbadger.com")

0 commit comments

Comments
 (0)